Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/coff/
HDmipspe.h23 #define MIPS_ARCH_MAGIC_WINCE 0x0166 /* Windows CE - little endian */ macro
26 #define MIPSBADMAG(x) ((x).f_magic != MIPS_ARCH_MAGIC_WINCE)
/NextBSD/contrib/binutils/bfd/
HDpeicode.h688 #ifdef MIPS_ARCH_MAGIC_WINCE
689 { MIPS_ARCH_MAGIC_WINCE,
955 #ifdef MIPS_ARCH_MAGIC_WINCE in pe_ILF_build_a_bfd()
956 if (magic == MIPS_ARCH_MAGIC_WINCE) in pe_ILF_build_a_bfd()
1126 #ifdef MIPS_ARCH_MAGIC_WINCE in pe_ILF_object_p()
1127 magic = MIPS_ARCH_MAGIC_WINCE; in pe_ILF_object_p()
HDcoffcode.h2178 #ifdef MIPS_ARCH_MAGIC_WINCE in coff_set_arch_mach_hook()
2179 case MIPS_ARCH_MAGIC_WINCE: in coff_set_arch_mach_hook()
2809 #ifdef MIPS_ARCH_MAGIC_WINCE in coff_set_flags()
2811 *magicp = MIPS_ARCH_MAGIC_WINCE; in coff_set_flags()