Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/binutils/
H A Dcoffgrok.h47 struct coff_section struct
66 struct coff_section *sections; argument
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.h47 struct coff_section struct
66 struct coff_section *sections; argument
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.h47 struct coff_section struct
66 struct coff_section *sections; argument
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dcoffgrok.h47 struct coff_section struct
66 struct coff_section *sections; argument
/netbsd/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;
448 support::ulittle16_t NumberOfRelocations;
449 support::ulittle16_t NumberOfLinenumbers;
450 support::ulittle32_t Characteristics;
454 bool hasExtendedRelocations() const { in hasExtendedRelocations()
[all …]