Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/include/coff/
Dia64.h24 #define IA64MAGIC 0x200 macro
26 #define IA64BADMAG(x) (((x).f_magic != IA64MAGIC))
/freebsd-10-stable/contrib/binutils/bfd/
Dcoffcode.h1896 #ifdef IA64MAGIC in coff_set_arch_mach_hook()
1897 case IA64MAGIC: in coff_set_arch_mach_hook()
2751 #ifdef IA64MAGIC in coff_set_flags()
2753 *magicp = IA64MAGIC; in coff_set_flags()
DChangeLog-00018640 * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.