Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Daudit.h356 #define AUDIT_ARCH_MIPS (EM_MIPS)
357 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
358 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
359 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS|__AUDIT_ARCH_64BIT|\
361 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
362 #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.test196 ELF-MIPSEL-NEXT: Machine: EM_MIPS
303 ELF-MIPS64EL-NEXT: Machine: EM_MIPS
/external/valgrind/coregrind/
Dlauncher-linux.c218 if (ehdr->e_machine == EM_MIPS && in select_platform()
231 if (ehdr->e_machine == EM_MIPS && in select_platform()
246 } else if (ehdr->e_machine == EM_MIPS && in select_platform()
278 } 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/llvm/lib/Object/
DELFYAML.cpp48 ECase(EM_MIPS) in enumeration()
263 case ELF::EM_MIPS: in bitset()
347 case ELF::EM_MIPS: in enumeration()
406 case ELF::EM_MIPS: in bitset()
438 case ELF::EM_MIPS: in enumeration()
600 if (Object->Header.Machine == ELFYAML::ELF_EM(ELF::EM_MIPS) && in mapping()
DELF.cpp35 case ELF::EM_MIPS: in getELFRelocationTypeName()
/external/ltrace/sysdeps/linux-gnu/mips/
Darch.h42 #define LT_ELF_MACHINE EM_MIPS
/external/llvm/include/llvm/Object/
DELFObjectFile.h313 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) && in getSymbolAddress()
764 case ELF::EM_MIPS: in getRelocationValueString()
864 case ELF::EM_MIPS: in getFileFormatName()
888 case ELF::EM_MIPS: in getFileFormatName()
913 case ELF::EM_MIPS: in getArch()
DELF.h324 return Header->e_machine == ELF::EM_MIPS && in isMipsELF64()
329 return Header->e_machine == ELF::EM_MIPS && in isMips64EL()
/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/src/tests/
Dsaridx.c40 MACHINE (EM_MIPS),
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp226 LLVM_READOBJ_ENUM_ENT(ELF, EM_MIPS ),
407 case ELF::EM_MIPS: in getElfSectionType()
468 case ELF::EM_MIPS: in getElfSegmentType()
552 if (Header->e_machine == EM_MIPS) in printFileHeaders()
1219 if (Obj->getHeader()->e_machine != EM_MIPS) { in printMipsPLTGOT()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp58 : MCELFObjectTargetWriter(_is64Bit, OSABI, ELF::EM_MIPS, in MipsELFObjectWriter()
/external/llvm/include/llvm/Support/
DELF.h138 EM_MIPS = 8, // MIPS R3000 enumerator
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp337 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/src/libelf/
Delf.h182 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro
/external/elfutils/src/src/
Delflint.c336 EM_M32, EM_SPARC, EM_386, EM_68K, EM_88K, EM_860, EM_MIPS, EM_S370,
/external/robolectric/lib/main/
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/valgrind/perf/
Dtinycc.c253 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro