Home
last modified time | relevance | path

Searched refs:EF_MIPS_ARCH_5 (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp113 case ELF::EF_MIPS_ARCH_5: in getMIPSFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h510 EF_MIPS_ARCH_5 = 0x40000000, // MIPS5 instruction set enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h533 EF_MIPS_ARCH_5 = 0x40000000, // MIPS5 instruction set enumerator
/third_party/elfutils/libelf/
Delf.h1697 #define EF_MIPS_ARCH_5 0x40000000 /* -mips5 code. */ macro
1709 #define E_MIPS_ARCH_5 EF_MIPS_ARCH_5
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp817 EFlags |= ELF::EF_MIPS_ARCH_5; in MipsTargetELFStreamer()
/third_party/musl/porting/linux/user/include/
Delf.h1354 #define EF_MIPS_ARCH_5 0x40000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1346 #define EF_MIPS_ARCH_5 0x40000000 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1346 #define EF_MIPS_ARCH_5 0x40000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1346 #define EF_MIPS_ARCH_5 0x40000000 macro
/third_party/musl/include/
Delf.h1350 #define EF_MIPS_ARCH_5 0x40000000 macro
/third_party/musl/ndk_musl_include/
Delf.h1346 #define EF_MIPS_ARCH_5 0x40000000 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp335 BCaseMask(EF_MIPS_ARCH_5, EF_MIPS_ARCH); in bitset()