Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dia64.h25 #define IA64MAGIC 0x200 macro
27 #define IA64BADMAG(x) (((x).f_magic != IA64MAGIC))
/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h2136 #ifdef IA64MAGIC in coff_set_arch_mach_hook()
2137 case IA64MAGIC: in coff_set_arch_mach_hook()
2987 #ifdef IA64MAGIC in coff_set_flags()
2989 *magicp = IA64MAGIC; in coff_set_flags()
DChangeLog-00018640 * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.