/external/kernel-headers/original/uapi/linux/ |
D | 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|\
|
D | elf-em.h | 14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
|
/external/llvm/test/Object/ |
D | yaml2obj-elf-multi-doc.test | 17 Machine: EM_MIPS 40 Machine: EM_MIPS
|
D | obj2yaml.test | 197 ELF-MIPSEL-NEXT: Machine: EM_MIPS 302 ELF-MIPS64EL-NEXT: Machine: EM_MIPS
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 89 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false); in createELFObjectTargetWriter() 106 return new MipsELFObjectWriter(false, OSType, ELF::EM_MIPS, false); in createELFObjectTargetWriter()
|
/external/valgrind/coregrind/ |
D | launcher-linux.c | 225 if (header.ehdr32.e_machine == EM_MIPS && in select_platform() 238 if (header.ehdr32.e_machine == EM_MIPS && in select_platform() 260 } else if (header.ehdr64.e_machine == EM_MIPS && in select_platform() 288 } else if (header.ehdr64.e_machine == EM_MIPS && in select_platform()
|
D | pub_core_machine.h | 97 # define VG_ELF_MACHINE EM_MIPS 108 # define VG_ELF_MACHINE EM_MIPS
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 49 ECase(EM_MIPS) in enumeration() 267 case ELF::EM_MIPS: in bitset() 396 case ELF::EM_MIPS: in enumeration() 433 case ELF::EM_MIPS: in bitset() 483 case ELF::EM_MIPS: in bitset() 515 case ELF::EM_MIPS: in enumeration() 806 if (Object->Header.Machine == ELFYAML::ELF_EM(ELF::EM_MIPS) && in mapping()
|
/external/iproute2/include/uapi/linux/ |
D | elf-em.h | 14 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ macro
|
/external/llvm/lib/Object/ |
D | ELF.cpp | 36 case ELF::EM_MIPS: in getELFRelocationTypeName()
|
D | ELFObjectFile.cpp | 60 case ELF::EM_MIPS: { in getFeatures()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetELFWriterInfo.h | 44 EM_MIPS = 8, // MIPS R3000 enumerator
|
/external/llvm/test/tools/llvm-readobj/ |
D | elf-sec-flags.test | 62 Machine: EM_MIPS
|
/external/syslinux/gpxe/src/include/ |
D | elf.h | 24 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 304 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/ |
D | saridx.c | 40 MACHINE (EM_MIPS),
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 392 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) && in getSymbolValueImpl() 853 case ELF::EM_MIPS: in getFileFormatName() 881 case ELF::EM_MIPS: in getFileFormatName() 917 case ELF::EM_MIPS: in getArch()
|
D | ELF.h | 102 return Header->e_machine == ELF::EM_MIPS && in isMipsELF64() 107 return Header->e_machine == ELF::EM_MIPS && in isMips64EL()
|
/external/syslinux/com32/include/sys/ |
D | elfcommon.h | 42 #define EM_MIPS 8 /* R3k, bigendian(?) */ macro
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.def | 32 X(Target_MIPS32,"mips32", false, EM_MIPS, EF_MIPS_ABI_O32|EF_MIPS_ARCH_32)\
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 809 ENUM_ENT(EM_MIPS, "MIPS R3000"), 1003 case ELF::EM_MIPS: in getElfSectionType() 1140 case ELF::EM_MIPS: in getElfSegmentType() 1198 case ELF::EM_MIPS: in getElfPtType() 2165 if (Obj->getHeader()->e_machine != EM_MIPS) { in printMipsPLTGOT() 2570 case EM_MIPS: in getSectionTypeString() 3192 if (e->e_machine == EM_MIPS) in printFileHeaders() 3343 case EM_MIPS: in printSections() 3423 if (Obj->getHeader()->e_machine == EM_MIPS) { in printSymbol()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 209 : MCELFObjectTargetWriter(_is64Bit, OSABI, ELF::EM_MIPS, in MipsELFObjectWriter()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 135 EM_MIPS = 8, // MIPS R3000 enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 138 EM_MIPS = 8, // MIPS R3000 enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 135 EM_MIPS = 8, // MIPS R3000 enumerator
|