/third_party/elfutils/libelf/ |
H A D | elf-knowledge.h | 77 || ((Ehdr)->e_machine == EM_S390 \
|
H A D | elf.h | 190 #define EM_S390 22 /* IBM S390 */ macro
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_e_machine_string.c | 75 case EM_S390: in dwelf_elf_e_machine_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCObjectWriter.cpp | 39 : MCELFObjectTargetWriter(/*Is64Bit_=*/true, OSABI, ELF::EM_S390, in SystemZObjectWriter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 111 case ELF::EM_S390: in getELFRelocationTypeName() 184 case ELF::EM_S390: in getELFRelativeRelocationType()
|
/third_party/ltp/libs/libltpvdso/ |
H A D | parse_vdso.c | 110 || hdr->e_machine == EM_S390) in vdso_init_from_sysinfo_ehdr()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 107 #define EM_S390 22 // IBM S/390 macro
|
/third_party/elfutils/libebl/ |
H A D | eblopenbackend.c | 86 { s390_init, "ebl_s390", "s390", 4, EM_S390, 0, 0 },
|
/third_party/libabigail/src/ |
H A D | abg-elf-helpers.cc | 156 case EM_S390: in e_machine_to_string()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 144 EM_S390 = 22, // IBM System/390 enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 145 EM_S390 = 22, // IBM System/390 enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1103 case ELF::EM_S390: in getFileFormatName() 1164 case ELF::EM_S390: in getArch()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 128 { EM_S390, "IBM S/390" },
|
H A D | elf_types.hpp | 86 constexpr Elf_Half EM_S390 = 22; // IBM S/390 member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/musl/include/ |
H A D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 82 ECase(EM_S390); in enumeration()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 323 EM_PPC64, EM_S390, EM_V800, EM_FR20, EM_RH32, EM_RCE, EM_ARM,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1462 pub const EM_S390: u16 = 22; consts
|