Searched refs:EF_MIPS_ARCH_64 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | MipsArchTree.cpp | 136 {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)) in isArchMatched() 244 case EF_MIPS_ARCH_64: in getArchName()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 368 #define EF_MIPS_ARCH_64 0x60000000 /* -mips64 code */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 564 EF_MIPS_ARCH_64 = 0x60000000, // MIPS64 instruction set per linux not elf.h enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 123 case ELF::EF_MIPS_ARCH_64: in getMIPSFeatures()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 849 EFlags |= ELF::EF_MIPS_ARCH_64; in MipsTargetELFStreamer()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 474 BCaseMask(EF_MIPS_ARCH_64, EF_MIPS_ARCH); in bitset()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 288 case llvm::ELF::EF_MIPS_ARCH_64: in mipsVariantFromElfFlags()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1571 ENUM_ENT(EF_MIPS_ARCH_64, "mips64"),
|