Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp169 .Case("open8", EM_OPEN8) in convertArchNameToEMachine()
504 case EM_OPEN8: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h293 EM_OPEN8 = 196, // Open8 8-bit RISC soft processor core enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h851 _ELF_DEFINE_EM(EM_OPEN8, 196, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp347 ECase(EM_OPEN8); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1276 ENUM_ENT(EM_OPEN8, "EM_OPEN8"),