Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.h47 struct coff_section struct
66 struct coff_section *sections; argument
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.h47 struct coff_section struct
66 struct coff_section *sections; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h440 struct coff_section { struct
441 char Name[COFF::NameSize];
442 support::ulittle32_t VirtualSize;
443 support::ulittle32_t VirtualAddress;
444 support::ulittle32_t SizeOfRawData;
445 support::ulittle32_t PointerToRawData;
446 support::ulittle32_t PointerToRelocations;
447 support::ulittle32_t PointerToLinenumbers;
448 support::ulittle16_t NumberOfRelocations;
449 support::ulittle16_t NumberOfLinenumbers;
[all …]