Home
last modified time | relevance | path

Searched refs:PE32PMAGIC (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Dia64.h59 #define PE32PMAGIC 0x20b /* 32-bit image inside 64-bit address space */ macro
61 #define PE32PBADMAG(x) (((x).f_magic != PE32PMAGIC))
/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h4163 internal_a.magic = PE32PMAGIC; in coff_write_object_contents()
DChangeLog-20061037 header magic number to PE32PMAGIC instead of ZMAGIC for ia64.