Home
last modified time | relevance | path

Searched refs:EM_860 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp26 .Case("860", EM_860) in convertArchNameToEMachine()
220 case EM_860: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h214 #define EM_860 7 /* Intel i860. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h140 EM_860 = 7, // Intel 80860 enumerator
/freebsd/usr.bin/elfdump/
H A Delfdump.c266 case EM_860: return "EM_860"; in e_machines()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h624 _ELF_DEFINE_EM(EM_860, 7, "Intel 80860") \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c249 case EM_860: return "EM_860"; in e_machines()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp203 ECase(EM_860); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c511 case EM_860: return "Intel i860"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1114 ENUM_ENT(EM_860, "Intel 80860"),