Searched refs:EM_PPC64 (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/main/coregrind/ |
D | launcher-linux.c | 70 #ifndef EM_PPC64 71 #define EM_PPC64 21 // elf.h doesn't define this on Android macro 211 if (ehdr->e_machine == EM_PPC64 && in select_platform()
|
D | pub_core_machine.h | 60 # define VG_ELF_MACHINE EM_PPC64
|
/external/kernel-headers/original/linux/ |
D | elf-em.h | 23 #define EM_PPC64 21 /* PowerPC64 */ macro
|
/external/qemu/ |
D | elf_ops.h | 198 case EM_PPC64: in glue() 199 if (EM_PPC64 != ehdr.e_machine) in glue()
|
D | elf.h | 87 #define EM_PPC64 21 /* PowerPC64 */ macro
|
/external/elfutils/tests/ |
D | saridx.c | 43 MACHINE (EM_PPC64),
|
/external/elfutils/libebl/ |
D | eblopenbackend.c | 63 { "ppc64", "elf_ppc64", "ppc64", 5, EM_PPC64 },
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 139 EM_PPC64 = 21, // PowerPC64 enumerator
|
/external/elfutils/libelf/ |
D | elf.h | 188 #define EM_PPC64 21 /* PowerPC 64-bit */ macro
|
/external/elfutils/src/ |
D | elflint.c | 335 EM_PPC64, EM_S390, EM_V800, EM_FR20, EM_RH32, EM_RCE, EM_ARM,
|