Searched refs:H8300SMAGIC (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dh8300.h24 #define H8300SMAGIC 0x8302 macro
30 #define H8300SBADMAG(x) (((x).f_magic != H8300SMAGIC))
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dh8300.h24 #define H8300SMAGIC 0x8302 macro
30 #define H8300SBADMAG(x) (((x).f_magic != H8300SMAGIC))
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffcode.h2141 #ifdef H8300SMAGIC
2142 case H8300SMAGIC:
2816 *magicp = H8300SMAGIC;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffcode.h2138 #ifdef H8300SMAGIC
2139 case H8300SMAGIC:
2781 case bfd_mach_h8300s: *magicp = H8300SMAGIC; return TRUE;

Completed in 262 milliseconds