Home
last modified time | relevance | path

Searched refs:E_MIPS_ARCH_3 (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Dmips.h253 E_MIPS_ARCH_3 = 0x20000000, enumerator
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h298 E_MIPS_ARCH_3 = EF_MIPS_ARCH_3, enumerator
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dmips.h232 #define E_MIPS_ARCH_3 0x20000000 macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dmips.h277 #define E_MIPS_ARCH_3 EF_MIPS_ARCH_3 macro
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-mips.c6993 case E_MIPS_ARCH_3: in _bfd_elf_mips_mach()
12256 val = E_MIPS_ARCH_3; in mips_set_isa_flags()
12281 val = E_MIPS_ARCH_3; in mips_set_isa_flags()
12285 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4100; in mips_set_isa_flags()
12289 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4111; in mips_set_isa_flags()
12293 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4120; in mips_set_isa_flags()
12297 val = E_MIPS_ARCH_3 | E_MIPS_MACH_4650; in mips_set_isa_flags()
12309 val = E_MIPS_ARCH_3 | E_MIPS_MACH_5900; in mips_set_isa_flags()
12331 val = E_MIPS_ARCH_3 | E_MIPS_MACH_LS2E; in mips_set_isa_flags()
12335 val = E_MIPS_ARCH_3 | E_MIPS_MACH_LS2F; in mips_set_isa_flags()
[all …]
H A DChangeLog-20173378 E_MIPS_ARCH_2 rather than E_MIPS_ARCH_3 in `e_flags'.
H A DChangeLog-98993087 bfd_mach_mips4111 -> E_MIPS_ARCH_3 | E_MIPS_MACH_4111.
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1114 enum E_MIPS_ARCH_3 = EF_MIPS_ARCH_3; variable
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dmips.cc8896 case elfcpp::E_MIPS_ARCH_3: in elf_mips_mach()
9075 case elfcpp::E_MIPS_ARCH_3: in update_abiflags_isa()
12561 case elfcpp::E_MIPS_ARCH_3: in elf_mips_mach_name()
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20173378 E_MIPS_ARCH_2 rather than E_MIPS_ARCH_3 in `e_flags'.
H A DChangeLog-98993087 bfd_mach_mips4111 -> E_MIPS_ARCH_3 | E_MIPS_MACH_4111.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20173378 E_MIPS_ARCH_2 rather than E_MIPS_ARCH_3 in `e_flags'.
H A DChangeLog-98993087 bfd_mach_mips4111 -> E_MIPS_ARCH_3 | E_MIPS_MACH_4111.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-20173378 E_MIPS_ARCH_2 rather than E_MIPS_ARCH_3 in `e_flags'.
H A DChangeLog-98993087 bfd_mach_mips4111 -> E_MIPS_ARCH_3 | E_MIPS_MACH_4111.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c4097 case E_MIPS_ARCH_3: strcat (buf, ", mips3"); break; in get_machine_flags()