Home
last modified time | relevance | path

Searched refs:MIPS_MAGIC_1 (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/binutils/include/coff/
HDmips.h25 #define MIPS_ECOFF_BADMAG(x) (((x).f_magic!=MIPS_MAGIC_1) && \
HDecoff.h27 #define MIPS_MAGIC_1 0x0180 macro
/NextBSD/contrib/binutils/bfd/
HDcoff-mips.c262 case MIPS_MAGIC_1:
HDecoff.c200 case MIPS_MAGIC_1: in _bfd_ecoff_set_arch_mach_hook()