Searched refs:EM_MMIX (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 83 .Case("mmix", EM_MMIX) in convertArchNameToEMachine() 333 case EM_MMIX: in convertEMachineToArchName()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 167 #define EM_MMIX 80 /* Donald Knuth's educational 64-bit processor */ macro
|
H A D | ChangeLog-9103 | 731 (EM_MMIX): Ditto. 738 (EM_MMIX): New machine number.
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 167 #define EM_MMIX 80 /* Donald Knuth's educational 64-bit processor */ macro
|
H A D | ChangeLog-9103 | 765 (EM_MMIX): Ditto. 772 (EM_MMIX): New machine number.
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 196 EM_MMIX = 80, // Donald Knuth's educational 64-bit processor enumerator
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-mmix.c | 2984 #define ELF_MACHINE_CODE EM_MMIX
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf64-mmix.c | 2913 #define ELF_MACHINE_CODE EM_MMIX
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 607 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 D | ChangeLog-0001 | 1176 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 255 ECase(EM_MMIX); in enumeration()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 661 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 D | ChangeLog-0001 | 1176 EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM.
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1105 ENUM_ENT(EM_MMIX, "Donald Knuth's educational 64-bit processor"),
|