/external/google-breakpad/src/common/android/include/ |
D | elf.h | 121 #ifndef EM_S390 122 #define EM_S390 22 macro
|
/external/iproute2/include/uapi/linux/ |
D | elf-em.h | 32 #define EM_S390 22 /* IBM S/390 */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf-em.h | 32 #define EM_S390 22 /* IBM S/390 */ macro
|
D | audit.h | 423 #define AUDIT_ARCH_S390 (EM_S390) 424 #define AUDIT_ARCH_S390X (EM_S390|__AUDIT_ARCH_64BIT)
|
/external/elfutils/libelf/ |
D | elf-knowledge.h | 77 || ((Ehdr)->e_machine == EM_S390 \
|
/external/llvm/lib/Object/ |
D | ELF.cpp | 85 case ELF::EM_S390: in getELFRelocationTypeName()
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_e_machine_string.c | 75 case EM_S390: in dwelf_elf_e_machine_string()
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCObjectWriter.cpp | 33 : MCELFObjectTargetWriter(/*Is64Bit=*/true, OSABI, ELF::EM_S390, in SystemZObjectWriter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCObjectWriter.cpp | 39 : MCELFObjectTargetWriter(/*Is64Bit_=*/true, OSABI, ELF::EM_S390, in SystemZObjectWriter()
|
/external/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCObjectWriter.cpp | 39 : MCELFObjectTargetWriter(/*Is64Bit_=*/true, OSABI, ELF::EM_S390, in SystemZObjectWriter()
|
/external/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()
|
/external/llvm-project/llvm/lib/Object/ |
D | ELF.cpp | 111 case ELF::EM_S390: in getELFRelocationTypeName() 198 case ELF::EM_S390: in getELFRelativeRelocationType()
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | hash-table.test | 56 ## We don't support dumping hash tables on EM_S390 and EM_ALPHA platforms and report a warning. 60 # RUN: yaml2obj --docnum=1 -DMACHINE=EM_S390 %s -o %t.s390 72 ## We don't report warnings about the unsupported hash table on EM_S390 and EM_ALPHA platforms
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 38 pub const EM_S390: u32 = 22; constant
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.cpp | 208 case EM_S390: in GetRelocationJumpSlotType()
|
/external/llvm-project/llvm/unittests/Object/ |
D | ELFObjectFileTest.cpp | 208 for (const DataForTest &D : generateData(ELF::EM_S390)) in TEST()
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 880 case ELF::EM_S390: in getFileFormatName() 933 case ELF::EM_S390: in getArch()
|
/external/libabigail/src/ |
D | abg-elf-helpers.cc | 154 case EM_S390: in e_machine_to_string()
|
/external/elfutils/libebl/ |
D | eblopenbackend.c | 87 { s390_init, "ebl_s390", "s390", 4, EM_S390, 0, 0 },
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 147 EM_S390 = 22, // IBM System/390 enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 144 EM_S390 = 22, // IBM System/390 enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 145 EM_S390 = 22, // IBM System/390 enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 145 EM_S390 = 22, // IBM System/390 enumerator
|
/external/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()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 1171 case ELF::EM_S390: in getFileFormatName() 1234 case ELF::EM_S390: in getArch()
|