Home
last modified time | relevance | path

Searched refs:H8500MAGIC (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/coff/
Dh8500.h23 #define H8500MAGIC 0x8500 macro
25 #define H8500BADMAG(x) ((0xffff && ((x).f_magic) != H8500MAGIC))
/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h2410 #ifdef H8500MAGIC in coff_set_arch_mach_hook()
2411 case H8500MAGIC: in coff_set_arch_mach_hook()
3061 #ifdef H8500MAGIC in coff_set_flags()
3063 *magicp = H8500MAGIC; in coff_set_flags()