Home
last modified time | relevance | path

Searched refs:EF_MIPS_ABI_O32 (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lld/ELF/Arch/
H A DMipsArchTree.cpp46 case EF_MIPS_ABI_O32: in getAbiName()
306 return config->mipsN32Abi ? EF_MIPS_ABI2 : EF_MIPS_ABI_O32; in calcMipsEFlags()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h519 EF_MIPS_ABI_O32 = 0x00001000, // This file follows the first MIPS 32 bit ABI enumerator
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp933 EFlags |= ELF::EF_MIPS_ABI_O32; in finish()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp441 BCaseMask(EF_MIPS_ABI_O32, EF_MIPS_ABI); in bitset()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp654 IsMipsO32ABI = AbiVariant & ELF::EF_MIPS_ABI_O32; in setMipsABI()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1513 case llvm::ELF::EF_MIPS_ABI_O32: in GetSectionHeaderInfo()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1459 ENUM_ENT(EF_MIPS_ABI_O32, "o32"),