HomeSort by relevance Sort by last modified time
    Searched refs:EM_MIPS (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /bionic/libc/kernel/uapi/linux/
elf-em.h 29 #define EM_MIPS 8
audit.h 271 #define AUDIT_ARCH_MIPS (EM_MIPS)
272 #define AUDIT_ARCH_MIPSEL (EM_MIPS | __AUDIT_ARCH_LE)
273 #define AUDIT_ARCH_MIPS64 (EM_MIPS | __AUDIT_ARCH_64BIT)
274 #define AUDIT_ARCH_MIPS64N32 (EM_MIPS | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_CONVENTION_MIPS64_N32)
275 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE)
276 #define AUDIT_ARCH_MIPSEL64N32 (EM_MIPS | __AUDIT_ARCH_64BIT | __AUDIT_ARCH_LE | __AUDIT_ARCH_CONVENTION_MIPS64_N32)
  /external/iproute2/include/uapi/linux/
elf-em.h 14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */
  /external/kernel-headers/original/uapi/linux/
elf-em.h 14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */
audit.h 384 #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|\
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.cpp 29 return llvm::ELF::EM_MIPS;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf-em.h 13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */
audit.h 297 #define AUDIT_ARCH_MIPS (EM_MIPS)
298 #define AUDIT_ARCH_MIPSEL (EM_MIPS|__AUDIT_ARCH_LE)
299 #define AUDIT_ARCH_MIPS64 (EM_MIPS|__AUDIT_ARCH_64BIT)
300 #define AUDIT_ARCH_MIPSEL64 (EM_MIPS|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 89 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false);
106 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false);
  /external/llvm/lib/Object/
ELF.cpp 36 case ELF::EM_MIPS:
ELFObjectFile.cpp 60 case ELF::EM_MIPS: {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 44 EM_MIPS = 8, // MIPS R3000
  /external/valgrind/coregrind/
pub_core_machine.h 97 # define VG_ELF_MACHINE EM_MIPS
108 # define VG_ELF_MACHINE EM_MIPS
launcher-linux.c 225 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 &&
  /art/runtime/
elf_utils.h 130 if (e_machine == EM_MIPS) {
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 49 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) &&
  /development/vndk/tools/vtable-dumper/
elf_handling.cpp 23 using llvm::ELF::EM_MIPS;
241 if (ElfHeader->e_machine == EM_MIPS) {
363 ElfHeader->e_machine == EM_MIPS) {
  /art/runtime/arch/
instruction_set.cc 96 case EM_MIPS: {
  /external/elfutils/tests/
saridx.c 40 MACHINE (EM_MIPS),
  /external/syslinux/gpxe/src/include/
elf.h 24 #define EM_MIPS 8 /* MIPS R3000 big-endian */
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 40 private static final int EM_MIPS = 8;
254 e_machine != EM_MIPS &&
  /system/core/libunwindstack/
Elf.cpp 258 } else if (e_machine == EM_MIPS) {
277 } else if (e_machine == EM_MIPS) {
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 392 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/syslinux/com32/include/sys/
elfcommon.h 42 #define EM_MIPS 8 /* R3k, bigendian(?) */
  /system/core/libunwindstack/tests/
ElfTest.cpp 180 InitElf32(EM_MIPS);
184 ASSERT_EQ(static_cast<uint32_t>(EM_MIPS), elf.machine_type());
228 InitElf64(EM_MIPS);
232 ASSERT_EQ(static_cast<uint32_t>(EM_MIPS), elf.machine_type());

Completed in 459 milliseconds

1 2 3 4 5