Searched refs:EM_MIPS (Results 1 - 25 of 30) sorted by relevance

12

/external/iproute2/include/uapi/linux/
H A Delf-em.h14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
/external/kernel-headers/original/uapi/linux/
H A Delf-em.h14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
H A Daudit.h384 #define AUDIT_ARCH_MIPS (EM_MIPS)
385 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
386 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
387 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
389 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
390 #define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE|\
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp89 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false);
106 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false);
/external/llvm/lib/Object/
H A DELF.cpp36 case ELF::EM_MIPS:
H A DELFObjectFile.cpp60 case ELF::EM_MIPS: {
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetELFWriterInfo.h44 EM_MIPS = 8, // MIPS R3000 enumerator in enum:llvm::TargetELFWriterInfo::MachineType
/external/valgrind/coregrind/
H A Dpub_core_machine.h97 # define VG_ELF_MACHINE EM_MIPS
108 # define VG_ELF_MACHINE EM_MIPS
H A Dlauncher-linux.c225 if (header.ehdr32.e_machine == EM_MIPS &&
238 if (header.ehdr32.e_machine == EM_MIPS &&
260 } else if (header.ehdr64.e_machine == EM_MIPS &&
288 } else if (header.ehdr64.e_machine == EM_MIPS &&
/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp49 ECase(EM_MIPS)
267 case ELF::EM_MIPS:
396 case ELF::EM_MIPS:
433 case ELF::EM_MIPS:
483 case ELF::EM_MIPS:
515 case ELF::EM_MIPS:
806 if (Object->Header.Machine == ELFYAML::ELF_EM(ELF::EM_MIPS) &&
/external/elfutils/tests/
H A Dsaridx.c40 MACHINE (EM_MIPS),
/external/syslinux/gpxe/src/include/
H A Delf.h24 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro
/external/syslinux/com32/include/sys/
H A Delfcommon.h42 #define EM_MIPS 8 /* R3k, bigendian(?) */ macro
/external/llvm/include/llvm/Object/
H A DELF.h102 return Header->e_machine == ELF::EM_MIPS &&
107 return Header->e_machine == ELF::EM_MIPS &&
H A DELFObjectFile.h392 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) &&
853 case ELF::EM_MIPS:
881 case ELF::EM_MIPS:
917 case ELF::EM_MIPS:
/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc304 case EM_MIPS:
604 elf_header->e_machine == EM_MIPS ? SHT_MIPS_DWARF : SHT_PROGBITS;
783 case EM_MIPS: return "mips";
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp809 ENUM_ENT(EM_MIPS, "MIPS R3000"),
1003 case ELF::EM_MIPS:
1140 case ELF::EM_MIPS:
1198 case ELF::EM_MIPS:
2165 if (Obj->getHeader()->e_machine != EM_MIPS) {
2570 case EM_MIPS:
3192 if (e->e_machine == EM_MIPS)
3343 case EM_MIPS:
3423 if (Obj->getHeader()->e_machine == EM_MIPS) {
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp209 : MCELFObjectTargetWriter(_is64Bit, OSABI, ELF::EM_MIPS,
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp357 return Doc.Header.Machine == ELFYAML::ELF_EM(llvm::ELF::EM_MIPS) &&
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h135 EM_MIPS = 8, // MIPS R3000 enumerator in enum:llvm::ELF::__anon22487
/external/llvm/include/llvm/Support/
H A DELF.h138 EM_MIPS = 8, // MIPS R3000 enumerator in enum:llvm::ELF::__anon13691
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h135 EM_MIPS = 8, // MIPS R3000 enumerator in enum:llvm::ELF::__anon23311
/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc76 #define ELF_ARCH EM_MIPS
/external/elfutils/libelf/
H A Delf.h182 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro
/external/kmod/port-gnu/
H A Delf.h181 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro

Completed in 1056 milliseconds

12