/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 40 case ELF::EM_MIPS: in getELFRelocationTypeName() 163 case ELF::EM_MIPS: in getELFRelativeRelocationType() 217 case ELF::EM_MIPS: in getELFSectionTypeName() 455 case ELF::EM_MIPS: in getDynamicTagAsString()
|
D | ELFObjectFile.cpp | 291 case ELF::EM_MIPS: in getFeatures()
|
/third_party/elfutils/libdwelf/ |
D | dwelf_elf_e_machine_string.c | 57 case EM_MIPS: in dwelf_elf_e_machine_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 73 ECase(EM_MIPS); in enumeration() 298 case ELF::EM_MIPS: in bitset() 492 case ELF::EM_MIPS: in enumeration() 537 case ELF::EM_MIPS: in bitset() 626 case ELF::EM_MIPS: in enumeration() 692 case ELF::EM_MIPS: in enumeration() 963 if (EMachine == ELF::EM_MIPS) { in getFlags() 1559 if (Object->Header.Machine == ELFYAML::ELF_EM(ELF::EM_MIPS) && in mapping()
|
/third_party/elfutils/tests/ |
D | saridx.c | 40 MACHINE (EM_MIPS),
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTypes.def | 32 X(Target_MIPS32,"mips32", false, EM_MIPS, EF_MIPS_ABI_O32|EF_MIPS_ARCH_32)\
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 506 if ((Header->e_machine == ELF::EM_ARM || Header->e_machine == ELF::EM_MIPS) && in getSymbolValueImpl() 1075 case ELF::EM_MIPS: in getFileFormatName() 1107 case ELF::EM_MIPS: in getFileFormatName() 1140 case ELF::EM_MIPS: in getArch()
|
D | ELF.h | 158 return getHeader()->e_machine == ELF::EM_MIPS && in isMipsELF64()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 135 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 135 #define EM_MIPS 8 /* MIPS R3000 Big-Endian only. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 93 #define EM_MIPS 8 // MIPS R3000 (officially, big-endian only) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 135 EM_MIPS = 8, // MIPS R3000 enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 215 : MCELFObjectTargetWriter(Is64, OSABI, ELF::EM_MIPS, HasRelocationAddend) {} in MipsELFObjectWriter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 136 EM_MIPS = 8, // MIPS R3000 enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 934 if (OWriter.TargetObjectWriter->getEMachine() == ELF::EM_MIPS) { in writeRelocations() 958 if (OWriter.TargetObjectWriter->getEMachine() == ELF::EM_MIPS) { in writeRelocations()
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 138 case EM_MIPS: in e_machine_to_string()
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 113 { EM_MIPS, "MIPS R3000 (officially, big-endian only)" },
|
D | elf_types.hpp | 72 constexpr Elf_Half EM_MIPS = 8 ; // MIPS R3000 (officially, big-endian only) variable
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 145 #define EM_MIPS 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 145 #define EM_MIPS 8 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 145 #define EM_MIPS 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 145 #define EM_MIPS 8 macro
|
/third_party/musl/include/ |
D | elf.h | 145 #define EM_MIPS 8 macro
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 145 #define EM_MIPS 8 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 456 EM_MIPS
|