Searched refs:coff_symbol (Results 1 – 5 of 5) sorted by relevance
268 COFFSymbol *coff_symbol = createSymbol(Sec.getSectionName()); in defineSection() local278 coff_section->Symbol = coff_symbol; in defineSection()279 coff_symbol->Section = coff_section; in defineSection()280 coff_symbol->Data.StorageClass = COFF::IMAGE_SYM_CLASS_STATIC; in defineSection()283 coff_symbol->Aux.resize(1); in defineSection()284 memset(&coff_symbol->Aux[0], 0, sizeof(coff_symbol->Aux[0])); in defineSection()285 coff_symbol->Aux[0].AuxType = ATSectionDefinition; in defineSection()286 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection(); in defineSection()375 COFFSymbol *coff_symbol = GetOrCreateCOFFSymbol(&Symbol); in DefineSymbol() local380 if (coff_symbol->Section && coff_symbol->Section != Sec) in DefineSymbol()[all …]
254 struct coff_symbol { struct269 typedef coff_symbol<support::ulittle16_t> coff_symbol16; argument270 typedef coff_symbol<support::ulittle32_t> coff_symbol32;
242 typedef struct coff_symbol { struct
250 struct coff_symbol { struct265 using coff_symbol16 = coff_symbol<support::ulittle16_t>; argument266 using coff_symbol32 = coff_symbol<support::ulittle32_t>;