Home
last modified time | relevance | path

Searched refs:EM_PPC64 (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Delf-em.h24 #define EM_PPC64 21 /* PowerPC64 */ macro
H A Daudit.h424 #define AUDIT_ARCH_PPC64 (EM_PPC64|__AUDIT_ARCH_64BIT)
425 #define AUDIT_ARCH_PPC64LE (EM_PPC64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/openbmc/linux/tools/perf/util/
H A Ddwarf-regs.c55 case EM_PPC64: in get_dwarf_regstr()
H A Dgenelf.h29 #define GEN_ELF_ARCH EM_PPC64
/openbmc/linux/arch/powerpc/boot/
H A Delf_util.c32 elf64->e_machine == EM_PPC64)) in parse_elf64()
H A Delf.h51 #define EM_PPC64 21 /* PowerPC64 */ macro
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py49 EM_PPC64 = 21 variable
106 self.ehdr.e_machine = EM_PPC64
111 self.ehdr.e_machine = EM_PPC64
/openbmc/u-boot/cmd/
H A Delf.c61 if (ehdr->e_machine == EM_PPC64 && (ehdr->e_flags & in load_elf64_image_phdr()
125 if (ehdr->e_machine == EM_PPC64 && (ehdr->e_flags & in load_elf64_image_shdr()
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Delf.h119 # define ELF_ARCH EM_PPC64
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dadd-64-bit-flag-for-ELF64-entries.patch90 + case EM_PPC64:
/openbmc/linux/scripts/
H A Dsorttable.c315 case EM_PPC64: in do_file()
H A Drecordmcount.c597 case EM_PPC64: reltype = R_PPC64_ADDR64; break; in do_file()
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c209 FAIL_IF(ehdr->e_machine != EM_PPC64); in check_core_file()
/openbmc/u-boot/include/
H A Delf.h164 #define EM_PPC64 21 /* 64-bit PowerPC */ macro
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc348 case EM_PPC64:
349 if (ehdr.e_machine != EM_PPC64) {
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc308 if (ehdr->e_machine == EM_PPC64) {
H A Delfload.c1049 #define elf_check_arch(x) ( (x) == EM_PPC64 )
/openbmc/qemu/include/
H A Delf.h150 #define EM_PPC64 21 /* PowerPC64 */ macro
/openbmc/linux/scripts/mod/
H A Dmodpost.c607 if (info->hdr->e_machine == EM_PPC64) in ignore_undef_symbol()
/openbmc/qemu/target/ppc/
H A Dcpu.h36 #define PPC_ELF_MACHINE EM_PPC64
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc4437 # define ELF_HOST_MACHINE EM_PPC64