/external/google-breakpad/src/common/android/include/ |
D | elf.h | 132 #ifndef EM_S390 133 #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 | 405 #define AUDIT_ARCH_S390 (EM_S390) 406 #define AUDIT_ARCH_S390X (EM_S390|__AUDIT_ARCH_64BIT)
|
/external/elfutils/libelf/ |
D | elf-knowledge.h | 77 || ((Ehdr)->e_machine == EM_S390 \
|
D | elf.h | 194 #define EM_S390 22 /* IBM S390 */ macro
|
/external/llvm/lib/Object/ |
D | ELF.cpp | 85 case ELF::EM_S390: in getELFRelocationTypeName()
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCObjectWriter.cpp | 33 : MCELFObjectTargetWriter(/*Is64Bit=*/true, OSABI, ELF::EM_S390, in SystemZObjectWriter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCObjectWriter.cpp | 40 : MCELFObjectTargetWriter(/*Is64Bit=*/true, OSABI, ELF::EM_S390, in SystemZObjectWriter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELF.cpp | 112 case ELF::EM_S390: in getELFRelocationTypeName() 178 case ELF::EM_S390: in getELFRelrRelocationType()
|
/external/u-boot/include/ |
D | elf.h | 165 #define EM_S390 22 /* IBM System/390 Processor */ macro
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 877 case ELF::EM_S390: in getFileFormatName() 930 case ELF::EM_S390: in getArch()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 144 EM_S390 = 22, // IBM System/390 enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 1046 case ELF::EM_S390: in getFileFormatName() 1105 case ELF::EM_S390: in getArch()
|
/external/elfutils/libebl/ |
D | eblopenbackend.c | 73 { "s390", "ebl_s390", "s390", 4, EM_S390, 0, 0 },
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 144 EM_S390 = 22, // IBM System/390 enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 147 EM_S390 = 22, // IBM System/390 enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 146 EM_S390 = 22, // IBM System/390 enumerator
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 786 case EM_S390: return "s390"; in ElfArchitecture()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 58 ECase(EM_S390) in enumeration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 78 ECase(EM_S390); in enumeration()
|
/external/kmod/port-gnu/ |
D | elf.h | 191 #define EM_S390 22 /* IBM S390 */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 818 ENUM_ENT(EM_S390, "IBM S/390"),
|
/external/elfutils/src/ |
D | elflint.c | 324 EM_PPC64, EM_S390, EM_V800, EM_FR20, EM_RH32, EM_RCE, EM_ARM,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 909 ENUM_ENT(EM_S390, "IBM S/390"),
|