Searched refs:E_MIPS_ARCH_3 (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/sys/arch/mips64/include/
H A Dexec.h81 #define E_MIPS_ARCH_3 0x20000000 macro
/openbsd-current/gnu/usr.bin/binutils/include/elf/
H A Dmips.h137 #define E_MIPS_ARCH_3 0x20000000 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/elf/
H A Dmips.h162 #define E_MIPS_ARCH_3 0x20000000 macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c4125 case E_MIPS_ARCH_3:
7149 val = E_MIPS_ARCH_3;
7153 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4010;
7157 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4100;
7161 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4111;
7165 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4120;
7169 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4650;
9235 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_3)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c5012 case E_MIPS_ARCH_3:
9052 val = E_MIPS_ARCH_3;
9056 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4010;
9060 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4100;
9064 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4111;
9068 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4120;
9072 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4650;
11156 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == E_MIPS_ARCH_3)
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmips-tdep.c5117 case E_MIPS_ARCH_3:
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1939 case E_MIPS_ARCH_3: strcat (buf, ", mips3"); break;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c2437 case E_MIPS_ARCH_3: strcat (buf, ", mips3"); break;

Completed in 203 milliseconds