Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/coff/
Dh8300.h24 #define H8300HMAGIC 0x8301 macro
30 #define H8300HBADMAG(x) (((x).f_magic != H8300HMAGIC))
/toolchain/binutils/binutils-2.27/bfd/
Dcoffcode.h2358 #ifdef H8300HMAGIC in coff_set_arch_mach_hook()
2359 case H8300HMAGIC: in coff_set_arch_mach_hook()
3023 case bfd_mach_h8300h: *magicp = H8300HMAGIC; return TRUE; in coff_set_flags()