Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH_5 (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/arch/mips/mips/
H A Dcpu_exec.c121 case EF_MIPS_ARCH_5: in mips_netbsd_elf32_probe()
187 eh->e_flags |= EF_MIPS_ARCH_5; in coredump_elf32_setup()
236 case EF_MIPS_ARCH_5: in mips_netbsd_elf64_probe()
292 eh->e_flags |= EF_MIPS_ARCH_5; in coredump_elf64_setup()
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h280 EF_MIPS_ARCH_5 = 0x40000000, enumerator
300 E_MIPS_ARCH_5 = EF_MIPS_ARCH_5,
/netbsd-src/sys/arch/mips/include/
H A Delf_machdep.h172 #define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code */ macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dmips.h238 #define EF_MIPS_ARCH_5 0x40000000 macro
279 #define E_MIPS_ARCH_5 EF_MIPS_ARCH_5
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp116 case ELF::EF_MIPS_ARCH_5: in getMIPSFeatures()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d1106 enum EF_MIPS_ARCH_5 = 0x40000000; variable
1116 enum E_MIPS_ARCH_5 = EF_MIPS_ARCH_5;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h554 EF_MIPS_ARCH_5 = 0x40000000, // MIPS5 instruction set enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp836 EFlags |= ELF::EF_MIPS_ARCH_5; in MipsTargetELFStreamer()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp446 BCaseMask(EF_MIPS_ARCH_5, EF_MIPS_ARCH); in bitset()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dmips.cc8940 case elfcpp::EF_MIPS_ARCH_5: in elf_mips_mach()
9119 case elfcpp::EF_MIPS_ARCH_5: in update_abiflags_isa()
12613 case elfcpp::EF_MIPS_ARCH_5: in elf_mips_mach_name()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-mips.c7084 case EF_MIPS_ARCH_5: in _bfd_elf_mips_mach()
12422 val = EF_MIPS_ARCH_5; in mips_set_isa_flags()
14751 case EF_MIPS_ARCH_5: new_isa = LEVEL_REV (5, 0); break; in update_mips_abiflags_isa()
16425 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_5) in _bfd_mips_elf_print_private_bfd_data()
/netbsd-src/external/bsd/elftoolchain/dist/common/sys/
H A Delfconstants.m4481 _(EF_MIPS_ARCH_5, 0x40000000UL,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1425 ENUM_ENT(EF_MIPS_ARCH_5, "mips5"),
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c3862 case EF_MIPS_ARCH_5: in decode_MIPS_machine_flags()