Home
last modified time | relevance | path

Searched refs:EM_MIPS (Results 1 - 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp40 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()
H A DELFObjectFile.cpp291 case ELF::EM_MIPS: in getFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp73 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()
H A DELFEmitter.cpp785 return Doc.Header.Machine == ELFYAML::ELF_EM(llvm::ELF::EM_MIPS) && in isMips64EL()
/third_party/elfutils/libdwelf/
H A Ddwelf_elf_e_machine_string.c57 case EM_MIPS: in dwelf_elf_e_machine_string()
/third_party/elfutils/tests/
H A Dsaridx.c40 MACHINE (EM_MIPS),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h506 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()
H A DELF.h158 return getHeader()->e_machine == ELF::EM_MIPS && in isMipsELF64()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp93 #define EM_MIPS 8 // MIPS R3000 (officially, big-endian only) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp215 : MCELFObjectTargetWriter(Is64, OSABI, ELF::EM_MIPS, HasRelocationAddend) {} in MipsELFObjectWriter()
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc138 case EM_MIPS: in e_machine_to_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h135 EM_MIPS = 8, // MIPS R3000 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h136 EM_MIPS = 8, // MIPS R3000 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp934 if (OWriter.TargetObjectWriter->getEMachine() == ELF::EM_MIPS) { in writeRelocations()
958 if (OWriter.TargetObjectWriter->getEMachine() == ELF::EM_MIPS) { in writeRelocations()
/third_party/elfio/elfio/
H A Delfio_dump.hpp113 { EM_MIPS, "MIPS R3000 (officially, big-endian only)" },
H A Delf_types.hpp72 constexpr Elf_Half EM_MIPS = 8 ; // MIPS R3000 (officially, big-endian only) member
/third_party/musl/porting/linux/user/include/
H A Delf.h145 #define EM_MIPS 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h145 #define EM_MIPS 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h145 #define EM_MIPS 8 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h145 #define EM_MIPS 8 macro
/third_party/musl/include/
H A Delf.h145 #define EM_MIPS 8 macro
/third_party/elfutils/libelf/
H A Delf.h179 #define EM_MIPS 8 /* MIPS R3000 big-endian */ macro
/third_party/elfutils/src/
H A Delflint.c321 EM_M32, EM_SPARC, EM_386, EM_68K, EM_88K, EM_860, EM_MIPS, EM_S370,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1453 pub const EM_MIPS: u16 = 8; consts
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp660 ASSERT(sizeof(void *) == 4 && elfHeader->e_machine == EM_MIPS);

Completed in 111 milliseconds