Searched refs:EM_HUANY (Results 1 - 17 of 17) sorted by relevance
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 169 case EM_HUANY: in dwelf_elf_e_machine_string()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 167 #define EM_HUANY 81 // Harvard's machine-independent format macro
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 134 { NULL, "elf_huany", "huany", 5, EM_HUANY, 0, 0 },
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 244 case EM_HUANY: in e_machine_to_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 191 EM_HUANY = 81, // Harvard University machine-independent object files enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 192 EM_HUANY = 81, // Harvard University machine-independent object files enumerator
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 188 { EM_HUANY, "Harvard's machine-independent format" },
|
H A D | elf_types.hpp | 146 constexpr Elf_Half EM_HUANY = 81 ; // Harvard's machine-independent format member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 201 #define EM_HUANY 81 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 201 #define EM_HUANY 81 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 201 #define EM_HUANY 81 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 201 #define EM_HUANY 81 macro
|
/third_party/musl/include/ |
H A D | elf.h | 201 #define EM_HUANY 81 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 129 ECase(EM_HUANY); in enumeration()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 238 #define EM_HUANY 81 /* Harvard University machine-independent object files */ 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 | 1506 pub const EM_HUANY: u16 = 81; consts
|
Completed in 94 milliseconds