Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dwe32k.h37 #define WE32KMAGIC 0x170 /* we32k sans transfer vector */ macro
41 #define WE32KBADMAG(x) ( ((x).f_magic != WE32KMAGIC) \
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.h2326 #ifdef WE32KMAGIC in coff_set_arch_mach_hook()
2327 case WE32KMAGIC: in coff_set_arch_mach_hook()
3045 #ifdef WE32KMAGIC in coff_set_flags()
3047 *magicp = WE32KMAGIC; in coff_set_flags()