/third_party/elfutils/libelf/ |
D | elf-knowledge.h | 77 || ((Ehdr)->e_machine == EM_S390 \
|
D | elf.h | 190 #define EM_S390 22 /* IBM S390 */ macro
|
/third_party/elfutils/libdwelf/ |
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/ |
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/ |
D | ELF.cpp | 111 case ELF::EM_S390: in getELFRelocationTypeName() 184 case ELF::EM_S390: in getELFRelativeRelocationType()
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 110 || hdr->e_machine == EM_S390) in vdso_init_from_sysinfo_ehdr()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 144 #define EM_S390 22 /* IBM System/390. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 144 #define EM_S390 22 /* IBM System/390. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 107 #define EM_S390 22 // IBM S/390 macro
|
/third_party/elfutils/libebl/ |
D | eblopenbackend.c | 86 { s390_init, "ebl_s390", "s390", 4, EM_S390, 0, 0 },
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
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/Object/ |
D | ELFObjectFile.h | 1103 case ELF::EM_S390: in getFileFormatName() 1164 case ELF::EM_S390: in getArch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 145 EM_S390 = 22, // IBM System/390 enumerator
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 156 case EM_S390: in e_machine_to_string()
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 128 { EM_S390, "IBM S/390" },
|
D | elf_types.hpp | 86 constexpr Elf_Half EM_S390 = 22; // IBM S/390 variable
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/musl/include/ |
D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 155 #define EM_S390 22 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 477 EM_S390
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 82 ECase(EM_S390); in enumeration()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1462 pub const EM_S390: u16 = 22; constant
|