Home
last modified time | relevance | path

Searched refs:EF_MIPS_ABI_EABI64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp52 case EF_MIPS_ABI_EABI64: in getAbiName()
/freebsd/sys/sys/
H A Delf_common.h357 #define EF_MIPS_ABI_EABI64 0x00004000 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h523 EF_MIPS_ABI_EABI64 = 0x00004000, // EABI in 64 bit mode. enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp448 BCaseMask(EF_MIPS_ABI_EABI64, EF_MIPS_ABI); in bitset()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1544 case EF_MIPS_ABI_EABI64: in GetSectionHeaderInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1527 ENUM_ENT(EF_MIPS_ABI_EABI64, "eabi64"),