Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dw65.h23 #define W65MAGIC 0x6500 macro
25 #define W65BADMAG(x) (((x).f_magic != W65MAGIC))
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h2459 #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()
DChangeLog-02036754 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.