Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp122 case ELF::EF_MIPS_ARCH_32R2: in getMIPSFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h513 EF_MIPS_ARCH_32R2 = 0x70000000, // mips32r2, mips32r3, mips32r5 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h536 EF_MIPS_ARCH_32R2 = 0x70000000, // mips32r2, mips32r3, mips32r5 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp827 EFlags |= ELF::EF_MIPS_ARCH_32R2; in MipsTargetELFStreamer()
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1349 #define EF_MIPS_ARCH_32R2 0x70000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1349 #define EF_MIPS_ARCH_32R2 0x70000000 macro
/third_party/musl/ndk_musl_include/
Delf.h1349 #define EF_MIPS_ARCH_32R2 0x70000000 macro
/third_party/musl/include/
Delf.h1353 #define EF_MIPS_ARCH_32R2 0x70000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1349 #define EF_MIPS_ARCH_32R2 0x70000000 macro
/third_party/musl/porting/linux/user/include/
Delf.h1357 #define EF_MIPS_ARCH_32R2 0x70000000 macro
/third_party/elfutils/libelf/
Delf.h1700 #define EF_MIPS_ARCH_32R2 0x70000000 /* MIPS32r2 code. */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp338 BCaseMask(EF_MIPS_ARCH_32R2, EF_MIPS_ARCH); in bitset()