Searched refs:EF_MIPS_ARCH_64 (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp136 {EF_MIPS_ARCH_64 | EF_MIPS_MACH_SB1, EF_MIPS_ARCH_64},
137 {EF_MIPS_ARCH_64 | EF_MIPS_MACH_XLR, EF_MIPS_ARCH_64},
138 {EF_MIPS_ARCH_64R2, EF_MIPS_ARCH_64},
140 {EF_MIPS_ARCH_64, EF_MIPS_ARCH_5},
171 if (newFlags == EF_MIPS_ARCH_32 && isArchMatched(EF_MIPS_ARCH_64, res))
244 case EF_MIPS_ARCH_64:
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp122 case ELF::EF_MIPS_ARCH_64:
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h561 EF_MIPS_ARCH_64 = 0x60000000, // MIPS64 instruction set per linux not elf.h
/freebsd-current/sys/sys/
H A Delf_common.h368 #define EF_MIPS_ARCH_64 0x60000000 /* -mips64 code */ macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp848 EFlags |= ELF::EF_MIPS_ARCH_64;
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp473 BCaseMask(EF_MIPS_ARCH_64, EF_MIPS_ARCH);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp288 case llvm::ELF::EF_MIPS_ARCH_64:
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1555 ENUM_ENT(EF_MIPS_ARCH_64, "mips64"),

Completed in 149 milliseconds