Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDMipsArchTree.cpp48 case EF_MIPS_ABI_O64: in getAbiName()
/freebsd-13-stable/sys/sys/
HDelf_common.h354 #define EF_MIPS_ABI_O64 0x00002000 macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h524 EF_MIPS_ABI_O64 = 0x00002000, // O32 ABI extended for 64-bit architecture. enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp447 BCaseMask(EF_MIPS_ABI_O64, EF_MIPS_ABI); in bitset()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1552 case EF_MIPS_ABI_O64: in GetSectionHeaderInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1541 ENUM_ENT(EF_MIPS_ABI_O64, "o64"),