Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp82 .Case("mmix", EM_MMIX) in convertArchNameToEMachine()
332 case EM_MMIX: in convertEMachineToArchName()
/freebsd/sys/sys/
H A Delf_common.h271 #define EM_MMIX 80 /* Donald Knuth's educational 64-bit proc. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h197 EM_MMIX = 80, // Donald Knuth's educational 64-bit processor enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h701 _ELF_DEFINE_EM(EM_MMIX, 80, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp259 ECase(EM_MMIX); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c563 case EM_MMIX: return "Donald Knuth's educational 64-bit proc"; in elf_machine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1186 ENUM_ENT(EM_MMIX, "Donald Knuth's educational 64-bit processor"),