Home
last modified time | relevance | path

Searched refs:EM_960 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp33 .Case("960", EM_960) in convertArchNameToEMachine()
234 case EM_960: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h221 #define EM_960 19 /* Intel 80960. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h148 EM_960 = 19, // Intel 80960 enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h632 _ELF_DEFINE_EM(EM_960, 19, "Intel 80960") \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp210 ECase(EM_960); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c518 case EM_960: return "Intel 80960"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1137 ENUM_ENT(EM_960, "Intel 80960"),