Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp159 {EF_MIPS_ARCH_32R2, EF_MIPS_ARCH_32},
173 if (newFlags == EF_MIPS_ARCH_32R2 && isArchMatched(EF_MIPS_ARCH_64R2, res)) in isArchMatched()
246 case EF_MIPS_ARCH_32R2: in getArchName()
/freebsd/sys/sys/
H A Delf_common.h370 #define EF_MIPS_ARCH_32R2 0x70000000 /* -mips32r2 code */ macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp126 case ELF::EF_MIPS_ARCH_32R2: in getMIPSFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h565 EF_MIPS_ARCH_32R2 = 0x70000000, // mips32r2, mips32r3, mips32r5 enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp861 EFlags |= ELF::EF_MIPS_ARCH_32R2; in MipsTargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp475 BCaseMask(EF_MIPS_ARCH_32R2, EF_MIPS_ARCH); in bitset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp279 case llvm::ELF::EF_MIPS_ARCH_32R2: in mipsVariantFromElfFlags()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1572 ENUM_ENT(EF_MIPS_ARCH_32R2, "mips32r2"),