Searched refs:EM_MMIX (Results 1 - 17 of 17) sorted by relevance
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 167 case EM_MMIX: in dwelf_elf_e_machine_string()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 166 #define EM_MMIX 80 // Donald Knuth's educational 64-bit processor macro
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 133 { NULL, "elf_mmix", "mmix", 4, EM_MMIX, 0, 0 },
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 242 case EM_MMIX: in e_machine_to_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 190 EM_MMIX = 80, // Donald Knuth's educational 64-bit processor enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 191 EM_MMIX = 80, // Donald Knuth's educational 64-bit processor enumerator
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 187 { EM_MMIX, "Donald Knuth's educational 64-bit processor" },
|
H A D | elf_types.hpp | 145 constexpr Elf_Half EM_MMIX = 80 ; // Donald Knuth's educational 64-bit processor member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 200 #define EM_MMIX 80 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 200 #define EM_MMIX 80 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 200 #define EM_MMIX 80 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 200 #define EM_MMIX 80 macro
|
/third_party/musl/include/ |
H A D | elf.h | 200 #define EM_MMIX 80 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 128 ECase(EM_MMIX); in enumeration()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 237 #define EM_MMIX 80 /* Donald Knuth's educational 64-bit proc */ macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 329 EM_CRIS, EM_JAVELIN, EM_FIREPATH, EM_ZSP, EM_MMIX, EM_HUANY, EM_PRISM,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1505 pub const EM_MMIX: u16 = 80; consts
|
Completed in 98 milliseconds