Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dmips.h30 ((x).f_magic!=MIPS_MAGIC_BIG2) && \
Decoff.h35 #define MIPS_MAGIC_BIG2 0x0163 macro
DChangeLog-9103893 * mips.h (BADMAG): Recognize MIPS_MAGIC_LITTLE2 and MIPS_MAGIC_BIG2.
894 * ecoff.h: Define MIPS_MAGIC_LITTLE2 and MIPS_MAGIC_BIG2.
/toolchain/binutils/binutils-2.25/bfd/
Dcoff-mips.c247 case MIPS_MAGIC_BIG2: in mips_ecoff_bad_format_hook()
Decoff.c207 case MIPS_MAGIC_BIG2: in _bfd_ecoff_set_arch_mach_hook()
263 big = MIPS_MAGIC_BIG2; in ecoff_get_magic()
DChangeLog-91931602 and MIPS_MAGIC_BIG2.