Searched defs:coff_section (Results 1 – 2 of 2) sorted by relevance
65 struct coff_section { struct66 char Name[8];67 support::ulittle32_t VirtualSize;68 support::ulittle32_t VirtualAddress;69 support::ulittle32_t SizeOfRawData;70 support::ulittle32_t PointerToRawData;71 support::ulittle32_t PointerToRelocations;72 support::ulittle32_t PointerToLinenumbers;73 support::ulittle16_t NumberOfRelocations;97 const coff_section *SectionTable; argument
371 COFFSection *coff_section = createSection(Sec.getSectionName()); in DefineSection() local649 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; in RecordRelocation() local