Home
last modified time | relevance | path

Searched refs:EM_SCORE7 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp127 .Case("score7", EM_SCORE7) in convertArchNameToEMachine()
422 case EM_SCORE7: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h246 EM_SCORE7 = 135, // Sunplus S+core7 RISC processor enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h776 _ELF_DEFINE_EM(EM_SCORE7, 135, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp304 ECase(EM_SCORE7); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1231 ENUM_ENT(EM_SCORE7, "SUNPLUS S+Core"),