Home
last modified time | relevance | path

Searched refs:MIPS_ARCH_MAGIC_WINCE (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
Dmipspe.h23 #define MIPS_ARCH_MAGIC_WINCE 0x0166 /* Windows CE - little endian */ macro
26 #define MIPSBADMAG(x) ((x).f_magic != MIPS_ARCH_MAGIC_WINCE)
/openbsd/src/gnu/usr.bin/binutils/include/coff/
Dmipspe.h23 #define MIPS_ARCH_MAGIC_WINCE 0x0166 /* Windows CE - little endian */ macro
26 #define MIPSBADMAG(x) ((x).f_magic != MIPS_ARCH_MAGIC_WINCE)
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dpeicode.h662 #ifdef MIPS_ARCH_MAGIC_WINCE
663 { MIPS_ARCH_MAGIC_WINCE,
922 #ifdef MIPS_ARCH_MAGIC_WINCE in pe_ILF_build_a_bfd()
923 if (magic == MIPS_ARCH_MAGIC_WINCE) in pe_ILF_build_a_bfd()
1093 #ifdef MIPS_ARCH_MAGIC_WINCE in pe_ILF_object_p()
1094 magic = MIPS_ARCH_MAGIC_WINCE; in pe_ILF_object_p()
Dcoffcode.h2174 #ifdef MIPS_ARCH_MAGIC_WINCE in coff_set_arch_mach_hook()
2175 case MIPS_ARCH_MAGIC_WINCE: in coff_set_arch_mach_hook()
2801 #ifdef MIPS_ARCH_MAGIC_WINCE in coff_set_flags()
2803 *magicp = MIPS_ARCH_MAGIC_WINCE; in coff_set_flags()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dpeicode.h719 #ifdef MIPS_ARCH_MAGIC_WINCE
720 { MIPS_ARCH_MAGIC_WINCE,
996 #ifdef MIPS_ARCH_MAGIC_WINCE in pe_ILF_build_a_bfd()
997 if (magic == MIPS_ARCH_MAGIC_WINCE) in pe_ILF_build_a_bfd()
1166 #ifdef MIPS_ARCH_MAGIC_WINCE in pe_ILF_object_p()
1167 magic = MIPS_ARCH_MAGIC_WINCE; in pe_ILF_object_p()
Dcoffcode.h2177 #ifdef MIPS_ARCH_MAGIC_WINCE
2178 case MIPS_ARCH_MAGIC_WINCE:
2841 #ifdef MIPS_ARCH_MAGIC_WINCE
2843 *magicp = MIPS_ARCH_MAGIC_WINCE;