Searched refs:E_MIPS_ARCH_1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/elf/
H A Dmips.h157 #define E_MIPS_ARCH_1 0x00000000 macro
/freebsd-12-stable/contrib/binutils/bfd/
H A Delfxx-mips.c5038 case E_MIPS_ARCH_1:
9129 val = E_MIPS_ARCH_1;
9133 val = E_MIPS_ARCH_1 | E_MIPS_MACH_3900;
11014 || (flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1
11387 if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_1)
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmips-tdep.c5850 case E_MIPS_ARCH_1:
/freebsd-12-stable/contrib/binutils/binutils/
H A Dreadelf.c2203 case E_MIPS_ARCH_1: strcat (buf, ", mips1"); break;

Completed in 156 milliseconds