Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDArchSpec.h42 eMIPSSubType_mips32r2el, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDArchSpec.cpp297 …{ ArchSpec::eCore_mips32r2el , llvm::ELF::EM_MIPS , ArchSpec::eMIPSSubType_mips32r2el, 0xFF…
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp296 …return (endian == ELFDATA2LSB) ? ArchSpec::eMIPSSubType_mips32r2el : ArchSpec::eMIPSSubType_mips32… in mipsVariantFromElfFlags()