HomeSort by relevance Sort by last modified time
    Searched refs:EM_S390 (Results 1 - 25 of 29) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/
elf-em.h 43 #define EM_S390 22
audit.h 289 #define AUDIT_ARCH_S390 (EM_S390)
290 #define AUDIT_ARCH_S390X (EM_S390 | __AUDIT_ARCH_64BIT)
  /external/iproute2/include/uapi/linux/
elf-em.h 32 #define EM_S390 22 /* IBM S/390 */
  /external/kernel-headers/original/uapi/linux/
elf-em.h 32 #define EM_S390 22 /* IBM S/390 */
audit.h 405 #define AUDIT_ARCH_S390 (EM_S390)
406 #define AUDIT_ARCH_S390X (EM_S390|__AUDIT_ARCH_64BIT)
  /external/google-breakpad/src/common/android/include/
elf.h 132 #ifndef EM_S390
133 #define EM_S390 22
  /external/elfutils/libelf/
elf-knowledge.h 77 || ((Ehdr)->e_machine == EM_S390 \
  /external/llvm/lib/Object/
ELF.cpp 85 case ELF::EM_S390:
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCObjectWriter.cpp 33 : MCELFObjectTargetWriter(/*Is64Bit=*/true, OSABI, ELF::EM_S390,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCObjectWriter.cpp 40 : MCELFObjectTargetWriter(/*Is64Bit=*/true, OSABI, ELF::EM_S390,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ELF.cpp 112 case ELF::EM_S390:
178 case ELF::EM_S390:
  /external/u-boot/include/
elf.h 165 #define EM_S390 22 /* IBM System/390 Processor */
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 877 case ELF::EM_S390:
930 case ELF::EM_S390:
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 159 #define EM_S390 22 /* IBM System/390. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 159 #define EM_S390 22 /* IBM System/390. */
    [all...]
  /external/elfutils/libebl/
eblopenbackend.c 73 { "s390", "ebl_s390", "s390", 4, EM_S390, 0, 0 },
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 144 EM_S390 = 22, // IBM System/390
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ELFObjectFile.h     [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 786 case EM_S390: return "s390";
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 147 EM_S390 = 22, // IBM System/390
    [all...]
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 58 ECase(EM_S390)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 146 EM_S390 = 22, // IBM System/390
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 144 EM_S390 = 22, // IBM System/390
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
ELFYAML.cpp 78 ECase(EM_S390);
  /external/kmod/port-gnu/
elf.h 191 #define EM_S390 22 /* IBM S390 */
    [all...]

Completed in 449 milliseconds

1 2