Searched refs:W65MAGIC (Results 1 – 3 of 3) sorted by relevance
23 #define W65MAGIC 0x6500 macro25 #define W65BADMAG(x) (((x).f_magic != W65MAGIC))
2459 #ifdef W65MAGIC in coff_set_arch_mach_hook()2460 case W65MAGIC: in coff_set_arch_mach_hook()3067 #ifdef W65MAGIC in coff_set_flags()3069 *magicp = W65MAGIC; in coff_set_flags()
6754 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.