/third_party/elfutils/libelf/ |
H A D | elf-knowledge.h | 76 ((Ehdr)->e_machine == EM_ALPHA \
|
H A D | elf.h | 373 #define EM_ALPHA 0x9026 macro
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 404 case EM_ALPHA: in dwelf_elf_e_machine_string()
|
/third_party/ltp/libs/libltpvdso/ |
H A D | parse_vdso.c | 109 if ((hdr->e_machine == EM_ALPHA in vdso_init_from_sysinfo_ehdr()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 331 #define EM_ALPHA 0x9026 // "Alpha"; macro
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 76 { alpha_init, "elf_alpha", "alpha", 5, EM_ALPHA, ELFCLASS64, ELFDATA2LSB },
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 290 case EM_ALPHA: in e_machine_to_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 151 EM_ALPHA = 41, // DEC Alpha enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 152 EM_ALPHA = 41, // DEC Alpha enumerator
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 353 { EM_ALPHA, "Alpha" },
|
H A D | elf_types.hpp | 310 constexpr Elf_Half EM_ALPHA = 0x9026; // Alpha member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 321 #define EM_ALPHA 0x9026 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 320 #define EM_ALPHA 0x9026 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 320 #define EM_ALPHA 0x9026 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 320 #define EM_ALPHA 0x9026 macro
|
/third_party/musl/include/ |
H A D | elf.h | 321 #define EM_ALPHA 0x9026 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 89 ECase(EM_ALPHA); in enumeration()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 331 EM_MN10200, EM_PJ, EM_OPENRISC, EM_ARC_A5, EM_XTENSA, EM_ALPHA,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1523 pub const EM_ALPHA: u16 = 0x9026; consts
|