Searched refs:e_oeminfo (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | pe.h | 161 char e_oeminfo[2]; /* OEM information; e_oemid specific, 0x0. */ member 200 char e_oeminfo[2]; /* OEM information; e_oemid specific, 0x0. */ member
|
| D | internal.h | 54 unsigned short e_oeminfo; /* OEM information; e_oemid specific, 0x0 */ member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | pe.h | 161 char e_oeminfo[2]; /* OEM information; e_oemid specific, 0x0. */ member 200 char e_oeminfo[2]; /* OEM information; e_oemid specific, 0x0. */ member
|
| D | internal.h | 54 unsigned short e_oeminfo; /* OEM information; e_oemid specific, 0x0 */ member
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| D | ObjectFilePECOFF.h | 173 uint16_t e_oeminfo = 0; // OEM information; e_oemid specific member
|
| D | ObjectFilePECOFF.cpp | 559 dos_header.e_oeminfo = in ParseDOSHeader() 1242 s->Printf(" e_oeminfo = 0x%4.4x\n", header.e_oeminfo); in DumpDOSHeader()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | peXXigen.c | 749 filehdr_in->pe.e_oeminfo = 0x0; in _bfd_XXi_only_swap_filehdr_out() 808 H_PUT_16 (abfd, filehdr_in->pe.e_oeminfo, filehdr_out->e_oeminfo); in _bfd_XXi_only_swap_filehdr_out()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | peXXigen.c | 794 filehdr_in->pe.e_oeminfo = 0x0; 853 H_PUT_16 (abfd, filehdr_in->pe.e_oeminfo, filehdr_out->e_oeminfo);
|