Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp140 .Case("8051", EM_8051) in convertArchNameToEMachine()
448 case EM_8051: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h258 EM_8051 = 165, // Intel 8051 and variants enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h799 _ELF_DEFINE_EM(EM_8051, 165, "Intel 8051 and variants") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp317 ECase(EM_8051); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1228 ENUM_ENT(EM_8051, "Intel 8051 and variants"),