Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp110 case ELF::EF_MIPS_ARCH_4: in getMIPSFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h509 EF_MIPS_ARCH_4 = 0x30000000, // MIPS4 instruction set enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h532 EF_MIPS_ARCH_4 = 0x30000000, // MIPS4 instruction set enumerator
/third_party/elfutils/libelf/
Delf.h1696 #define EF_MIPS_ARCH_4 0x30000000 /* -mips4 code. */ macro
1708 #define E_MIPS_ARCH_4 EF_MIPS_ARCH_4
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp819 EFlags |= ELF::EF_MIPS_ARCH_4; in MipsTargetELFStreamer()
/third_party/musl/ndk_musl_include/
Delf.h1345 #define EF_MIPS_ARCH_4 0x30000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1345 #define EF_MIPS_ARCH_4 0x30000000 macro
/third_party/musl/include/
Delf.h1349 #define EF_MIPS_ARCH_4 0x30000000 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1345 #define EF_MIPS_ARCH_4 0x30000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1345 #define EF_MIPS_ARCH_4 0x30000000 macro
/third_party/musl/porting/linux/user/include/
Delf.h1353 #define EF_MIPS_ARCH_4 0x30000000 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp334 BCaseMask(EF_MIPS_ARCH_4, EF_MIPS_ARCH); in bitset()