reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
363 if (Sym->Section && Sym->Section != Sec) 363 if (Sym->Section && Sym->Section != Sec) 369 Sym->Data.StorageClass = COFF::IMAGE_SYM_CLASS_WEAK_EXTERNAL; 382 Sym->Other = WeakDefault; 385 Sym->Aux.resize(1); 386 memset(&Sym->Aux[0], 0, sizeof(Sym->Aux[0])); 386 memset(&Sym->Aux[0], 0, sizeof(Sym->Aux[0])); 387 Sym->Aux[0].AuxType = ATWeakExternal; 388 Sym->Aux[0].Aux.WeakExternal.TagIndex = 0; 389 Sym->Aux[0].Aux.WeakExternal.Characteristics = 393 Sym->Data.SectionNumber = COFF::IMAGE_SYM_ABSOLUTE; 395 Sym->Section = Sec; 396 Local = Sym; 416 Sym->MC = &MCSym;