Home
last modified time | relevance | path

Searched refs:eMIPSSubType_mips32 (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDArchSpec.h38 eMIPSSubType_mips32, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDArchSpec.cpp293 …{ ArchSpec::eCore_mips32 , llvm::ELF::EM_MIPS , ArchSpec::eMIPSSubType_mips32, 0xFF…
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp294 … return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32el : ArchSpec::eMIPSSubType_mips32; in mipsVariantFromElfFlags()