Home
last modified time | relevance | path

Searched refs:EM_MIPS (Results 1 – 23 of 23) sorted by relevance

/external/libchrome/sandbox/linux/system_headers/
Dlinux_seccomp.h26 #ifndef EM_MIPS
27 #define EM_MIPS 8 macro
49 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
/external/kernel-headers/original/uapi/linux/
Daudit.h365 #define AUDIT_ARCH_MIPS (EM_MIPS)
366 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
367 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
368 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
370 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
371 #define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE|\
Delf-em.h13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
/external/llvm/test/Object/
Dyaml2obj-elf-multi-doc.test17 Machine: EM_MIPS
40 Machine: EM_MIPS
Dobj2yaml.test197 ELF-MIPSEL-NEXT: Machine: EM_MIPS
302 ELF-MIPS64EL-NEXT: Machine: EM_MIPS
/external/valgrind/coregrind/
Dlauncher-linux.c226 if (ehdr->e_machine == EM_MIPS && in select_platform()
239 if (ehdr->e_machine == EM_MIPS && in select_platform()
262 } else if (ehdr->e_machine == EM_MIPS && in select_platform()
294 } else if (ehdr->e_machine == EM_MIPS && in select_platform()
Dpub_core_machine.h97 # define VG_ELF_MACHINE EM_MIPS
108 # define VG_ELF_MACHINE EM_MIPS
/external/ltrace/sysdeps/linux-gnu/mips/
Darch.h42 #define LT_ELF_MACHINE EM_MIPS
/external/llvm/lib/Object/
DELF.cpp36 case ELF::EM_MIPS: in getELFRelocationTypeName()
DELFYAML.cpp49 ECase(EM_MIPS) in enumeration()
265 case ELF::EM_MIPS: in bitset()
391 case ELF::EM_MIPS: in enumeration()
462 case ELF::EM_MIPS: in bitset()
494 case ELF::EM_MIPS: in enumeration()
779 if (Object->Header.Machine == ELFYAML::ELF_EM(ELF::EM_MIPS) && in mapping()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc304 case EM_MIPS: in DwarfCFIRegisterNames()
604 elf_header->e_machine == EM_MIPS ? SHT_MIPS_DWARF : SHT_PROGBITS; in LoadSymbols()
783 case EM_MIPS: return "mips"; in ElfArchitecture()
/external/elfutils/tests/
Dsaridx.c40 MACHINE (EM_MIPS),
/external/llvm/include/llvm/Object/
DELFObjectFile.h384 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) && in getSymbolValueImpl()
838 case ELF::EM_MIPS: in getFileFormatName()
862 case ELF::EM_MIPS: in getFileFormatName()
890 case ELF::EM_MIPS: in getArch()
DELF.h97 return Header->e_machine == ELF::EM_MIPS && in isMipsELF64()
102 return Header->e_machine == ELF::EM_MIPS && in isMips64EL()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp58 : MCELFObjectTargetWriter(_is64Bit, OSABI, ELF::EM_MIPS, in MipsELFObjectWriter()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp564 LLVM_READOBJ_ENUM_ENT(ELF, EM_MIPS ),
752 case ELF::EM_MIPS: in getElfSectionType()
824 case ELF::EM_MIPS: in getElfSegmentType()
1067 if (Header->e_machine == EM_MIPS) in printFileHeaders()
2001 if (Obj->getHeader()->e_machine != EM_MIPS) { in printMipsPLTGOT()
/external/llvm/include/llvm/Support/
DELF.h138 EM_MIPS = 8, // MIPS R3000 enumerator
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp357 return Doc.Header.Machine == ELFYAML::ELF_EM(llvm::ELF::EM_MIPS) && in isMips64EL()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc76 #define ELF_ARCH EM_MIPS
/external/elfutils/libelf/
Delf.h182 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp481 case ELF::EM_MIPS: in getRelocationValueString()
/external/elfutils/src/
Delflint.c336 EM_M32, EM_SPARC, EM_386, EM_68K, EM_88K, EM_860, EM_MIPS, EM_S370,
/external/valgrind/perf/
Dtinycc.c253 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro