Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp164 {EF_MIPS_ARCH_1 | EF_MIPS_MACH_3900, EF_MIPS_ARCH_1},
165 {EF_MIPS_ARCH_2, EF_MIPS_ARCH_1},
232 case EF_MIPS_ARCH_1: in getArchName()
/freebsd/sys/sys/
H A Delf_common.h362 #define EF_MIPS_ARCH_1 0x00000000 /* -mips1 code */ macro
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp105 case ELF::EF_MIPS_ARCH_1: in getMIPSFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h555 EF_MIPS_ARCH_1 = 0x00000000, // MIPS1 instruction set enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp866 EFlags |= ELF::EF_MIPS_ARCH_1; in MipsTargetELFStreamer()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp467 BCaseMask(EF_MIPS_ARCH_1, EF_MIPS_ARCH); in bitset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp274 case llvm::ELF::EF_MIPS_ARCH_1: in mipsVariantFromElfFlags()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1549 ENUM_ENT(EF_MIPS_ARCH_1, "mips1"),