Home
last modified time | relevance | path

Searched defs:coff_section (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/binutils/binutils/
HDcoffgrok.h46 struct coff_section struct
65 struct coff_section *sections; argument
/NextBSD/contrib/llvm/include/llvm/Object/
HDCOFF.h399 struct coff_section { struct
400 char Name[COFF::NameSize];
401 support::ulittle32_t VirtualSize;
402 support::ulittle32_t VirtualAddress;
403 support::ulittle32_t SizeOfRawData;
404 support::ulittle32_t PointerToRawData;
405 support::ulittle32_t PointerToRelocations;
406 support::ulittle32_t PointerToLinenumbers;
407 support::ulittle16_t NumberOfRelocations;
408 support::ulittle16_t NumberOfLinenumbers;
[all …]
/NextBSD/contrib/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp301 COFFSection *coff_section = createSection(Sec.getSectionName()); in defineSection() local
720 COFFSection *coff_section = SectionMap[Section]; in recordRelocation() local