Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp170 .Case("rl78", EM_RL78) in convertArchNameToEMachine()
506 case EM_RL78: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h294 EM_RL78 = 197, // Renesas RL78 family enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h853 _ELF_DEFINE_EM(EM_RL78, 197, "Renesas RL78 family") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp348 ECase(EM_RL78); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1277 ENUM_ENT(EM_RL78, "Renesas RL78"),