Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Delf-em.h24 #define EM_PPC64 21 /* PowerPC64 */ macro
H A Daudit.h428 #define AUDIT_ARCH_PPC64 (EM_PPC64|__AUDIT_ARCH_64BIT)
429 #define AUDIT_ARCH_PPC64LE (EM_PPC64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/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
/linux/arch/powerpc/include/uapi/asm/
H A Delf.h119 # define ELF_ARCH EM_PPC64
/linux/scripts/
H A Dsorttable.c900 case EM_PPC64:
H A Drecordmcount.c596 case EM_PPC64: reltype = R_PPC64_ADDR64; break; in do_file()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c180 FAIL_IF(ehdr->e_machine != EM_PPC64); in try_core_file()
/linux/scripts/mod/
H A Dmodpost.c587 if (info->hdr->e_machine == EM_PPC64) in ignore_undef_symbol()