Searched refs:MIPS_ARCH_MAGIC_WINCE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/binutils/include/coff/
H A Dmipspe.h23 #define MIPS_ARCH_MAGIC_WINCE 0x0166 /* Windows CE - little endian */ macro
26 #define MIPSBADMAG(x) ((x).f_magic != MIPS_ARCH_MAGIC_WINCE)
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dpeicode.h690 #ifdef MIPS_ARCH_MAGIC_WINCE
691 { MIPS_ARCH_MAGIC_WINCE,
957 #ifdef MIPS_ARCH_MAGIC_WINCE
958 if (magic == MIPS_ARCH_MAGIC_WINCE)
1128 #ifdef MIPS_ARCH_MAGIC_WINCE
1129 magic = MIPS_ARCH_MAGIC_WINCE;
H A Dcoffcode.h2179 #ifdef MIPS_ARCH_MAGIC_WINCE
2180 case MIPS_ARCH_MAGIC_WINCE:
2810 #ifdef MIPS_ARCH_MAGIC_WINCE
2812 *magicp = MIPS_ARCH_MAGIC_WINCE;

Completed in 121 milliseconds