Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DELF.cpp83 .Case("mmix", EM_MMIX) in convertArchNameToEMachine()
333 case EM_MMIX: in convertEMachineToArchName()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h167 #define EM_MMIX 80 /* Donald Knuth's educational 64-bit processor */ macro
H A DChangeLog-9103731 (EM_MMIX): Ditto.
738 (EM_MMIX): New machine number.
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h167 #define EM_MMIX 80 /* Donald Knuth's educational 64-bit processor */ macro
H A DChangeLog-9103765 (EM_MMIX): Ditto.
772 (EM_MMIX): New machine number.
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h196 EM_MMIX = 80, // Donald Knuth's educational 64-bit processor enumerator
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf64-mmix.c2984 #define ELF_MACHINE_CODE EM_MMIX
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-mmix.c2913 #define ELF_MACHINE_CODE EM_MMIX
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c607 case EM_MMIX: in guess_is_rela()
1302 case EM_MMIX: in dump_relocations()
1998 case EM_MMIX: return "Donald Knuth's educational 64-bit processor"; in get_machine_name()
H A DChangeLog-00011176 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp255 ECase(EM_MMIX); in enumeration()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c661 case EM_MMIX: in guess_is_rela()
1067 case EM_MMIX: in dump_relocations()
1643 case EM_MMIX: return "Donald Knuth's educational 64-bit processor"; in get_machine_name()
H A DChangeLog-00011176 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1105 ENUM_ENT(EM_MMIX, "Donald Knuth's educational 64-bit processor"),