Searched defs:coff_section (Results 1 – 5 of 5) sorted by relevance
57 struct coff_section { struct79 const coff_section *SectionTable; argument
419 struct coff_section { struct420 char Name[COFF::NameSize];421 support::ulittle32_t VirtualSize;422 support::ulittle32_t VirtualAddress;423 support::ulittle32_t SizeOfRawData;424 support::ulittle32_t PointerToRawData;425 support::ulittle32_t PointerToRelocations;426 support::ulittle32_t PointerToLinenumbers;427 support::ulittle16_t NumberOfRelocations;428 support::ulittle16_t NumberOfLinenumbers;[all …]
438 struct coff_section { struct439 char Name[COFF::NameSize];440 support::ulittle32_t VirtualSize;441 support::ulittle32_t VirtualAddress;442 support::ulittle32_t SizeOfRawData;443 support::ulittle32_t PointerToRawData;444 support::ulittle32_t PointerToRelocations;445 support::ulittle32_t PointerToLinenumbers;446 support::ulittle16_t NumberOfRelocations;447 support::ulittle16_t NumberOfLinenumbers;[all …]
371 COFFSection *coff_section = createSection(Sec.getSectionName()); in DefineSection() local654 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; in RecordRelocation() local
267 COFFSection *coff_section = createSection(Sec.getSectionName()); in defineSection() local678 COFFSection *coff_section = SectionMap[Section]; in recordRelocation() local