Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp104 case ELF::EF_MIPS_ARCH_2: in getMIPSFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h507 EF_MIPS_ARCH_2 = 0x10000000, // MIPS2 instruction set enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h530 EF_MIPS_ARCH_2 = 0x10000000, // MIPS2 instruction set enumerator
/third_party/elfutils/libelf/
Delf.h1694 #define EF_MIPS_ARCH_2 0x10000000 /* -mips2 code. */ macro
1706 #define E_MIPS_ARCH_2 EF_MIPS_ARCH_2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp831 EFlags |= ELF::EF_MIPS_ARCH_2; in MipsTargetELFStreamer()
/third_party/musl/ndk_musl_include/
Delf.h1343 #define EF_MIPS_ARCH_2 0x10000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1343 #define EF_MIPS_ARCH_2 0x10000000 macro
/third_party/musl/include/
Delf.h1347 #define EF_MIPS_ARCH_2 0x10000000 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1343 #define EF_MIPS_ARCH_2 0x10000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1343 #define EF_MIPS_ARCH_2 0x10000000 macro
/third_party/musl/porting/linux/user/include/
Delf.h1351 #define EF_MIPS_ARCH_2 0x10000000 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp332 BCaseMask(EF_MIPS_ARCH_2, EF_MIPS_ARCH); in bitset()