Searched refs:e_magic (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/ |
| H A D | pe.h | 145 char e_magic[2]; /* Magic number, 0x5a4d. */ member 184 char e_magic[2]; /* Magic number, 0x5a4d. */ member
|
| H A D | internal.h | 38 unsigned short e_magic; /* Magic number, 0x5a4d */ member
|
| /openbsd-src/gnu/usr.bin/binutils/include/coff/ |
| H A D | pe.h | 145 char e_magic[2]; /* Magic number, 0x5a4d. */ member 184 char e_magic[2]; /* Magic number, 0x5a4d. */ member
|
| H A D | internal.h | 38 unsigned short e_magic; /* Magic number, 0x5a4d */ member
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | coff-ia64.c | 99 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
|
| H A D | peXXigen.c | 775 filehdr_in->pe.e_magic = DOSMAGIC; 834 H_PUT_16 (abfd, filehdr_in->pe.e_magic, filehdr_out->e_magic);
|
| H A D | peicode.h | 1317 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC) in pe_bfd_object_p()
|
| H A D | ChangeLog-0001 | 5358 * peicode.h (coff_swap_filehdr_in): Remove the e_magic 7764 * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | coff-ia64.c | 99 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
|
| H A D | peXXigen.c | 730 filehdr_in->pe.e_magic = DOSMAGIC; in _bfd_XXi_only_swap_filehdr_out() 789 H_PUT_16 (abfd, filehdr_in->pe.e_magic, filehdr_out->e_magic); in _bfd_XXi_only_swap_filehdr_out()
|
| H A D | peicode.h | 1243 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC) in pe_bfd_object_p()
|
| H A D | ChangeLog-0001 | 5358 * peicode.h (coff_swap_filehdr_in): Remove the e_magic 7764 * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/interception/ |
| H A D | interception_win.cpp | 935 if (!module || dos_stub->e_magic != IMAGE_DOS_SIGNATURE || // "MZ" in InternalGetProcAddress() 1015 if (!module || dos_stub->e_magic != IMAGE_DOS_SIGNATURE || // "MZ" in OverrideImportedFunction()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 530 dos_header.e_magic = data.GetU16(&offset); // Magic number in ParseDOSHeader() 531 success = dos_header.e_magic == IMAGE_DOS_SIGNATURE; in ParseDOSHeader() 1204 if (m_dos_header.e_magic) in Dump() 1225 s->Printf(" e_magic = 0x%4.4x\n", header.e_magic); in DumpDOSHeader()
|
| H A D | ObjectFilePECOFF.h | 157 uint16_t e_magic = 0; // Magic number member
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 618 if (dos_header.e_magic != IMAGE_DOS_SIGNATURE) in GetPreferredBase()
|