HomeSort by: relevance | last modified time | path
    Searched refs:EF_MIPS_ARCH_5 (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/mips/mips/
cpu_exec.c 121 case EF_MIPS_ARCH_5:
187 eh->e_flags |= EF_MIPS_ARCH_5;
236 case EF_MIPS_ARCH_5:
292 eh->e_flags |= EF_MIPS_ARCH_5;
  /src/sys/arch/mips/include/
elf_machdep.h 141 #define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code */
  /src/external/gpl3/binutils/dist/include/elf/
mips.h 238 #define EF_MIPS_ARCH_5 0x40000000
279 #define E_MIPS_ARCH_5 EF_MIPS_ARCH_5
  /src/external/gpl3/binutils.old/dist/include/elf/
mips.h 238 #define EF_MIPS_ARCH_5 0x40000000
279 #define E_MIPS_ARCH_5 EF_MIPS_ARCH_5
  /src/external/gpl3/gdb.old/dist/include/elf/
mips.h 238 #define EF_MIPS_ARCH_5 0x40000000
279 #define E_MIPS_ARCH_5 EF_MIPS_ARCH_5
  /src/external/gpl3/gdb/dist/include/elf/
mips.h 238 #define EF_MIPS_ARCH_5 0x40000000
279 #define E_MIPS_ARCH_5 EF_MIPS_ARCH_5
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ELFObjectFile.cpp 116 case ELF::EF_MIPS_ARCH_5:
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 554 EF_MIPS_ARCH_5 = 0x40000000, // MIPS5 instruction set
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 1106 enum EF_MIPS_ARCH_5 = 0x40000000;
1116 enum E_MIPS_ARCH_5 = EF_MIPS_ARCH_5;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 836 EFlags |= ELF::EF_MIPS_ARCH_5;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFYAML.cpp 446 BCaseMask(EF_MIPS_ARCH_5, EF_MIPS_ARCH);
  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 7167 case EF_MIPS_ARCH_5:
12558 val = EF_MIPS_ARCH_5;
14920 case EF_MIPS_ARCH_5: new_isa = LEVEL_REV (5, 0); break;
16596 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_5)
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 7147 case EF_MIPS_ARCH_5:
12532 val = EF_MIPS_ARCH_5;
14869 case EF_MIPS_ARCH_5: new_isa = LEVEL_REV (5, 0); break;
16545 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_5)
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 7101 case EF_MIPS_ARCH_5:
12427 val = EF_MIPS_ARCH_5;
14764 case EF_MIPS_ARCH_5: new_isa = LEVEL_REV (5, 0); break;
16439 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_5)
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 7147 case EF_MIPS_ARCH_5:
12512 val = EF_MIPS_ARCH_5;
14849 case EF_MIPS_ARCH_5: new_isa = LEVEL_REV (5, 0); break;
16525 else if ((elf_elfheader (abfd)->e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_5)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 1425 ENUM_ENT(EF_MIPS_ARCH_5, "mips5"),
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 4613 case EF_MIPS_ARCH_5:
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 4229 case EF_MIPS_ARCH_5:

Completed in 158 milliseconds