Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Delf-em.h24 #define EM_PPC64 21 /* PowerPC64 */ macro
Daudit.h424 #define AUDIT_ARCH_PPC64 (EM_PPC64|__AUDIT_ARCH_64BIT)
425 #define AUDIT_ARCH_PPC64LE (EM_PPC64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-5.19.10/tools/perf/util/
Ddwarf-regs.c50 case EM_PPC64: in get_dwarf_regstr()
Dgenelf.h27 #define GEN_ELF_ARCH EM_PPC64
/linux-5.19.10/arch/powerpc/boot/
Delf_util.c32 elf64->e_machine == EM_PPC64)) in parse_elf64()
Delf.h51 #define EM_PPC64 21 /* PowerPC64 */ macro
/linux-5.19.10/arch/powerpc/include/uapi/asm/
Delf.h117 # define ELF_ARCH EM_PPC64
/linux-5.19.10/scripts/
Dsorttable.c314 case EM_PPC64: in do_file()
Drecordmcount.c562 case EM_PPC64: reltype = R_PPC64_ADDR64; break; in do_file()
/linux-5.19.10/tools/testing/selftests/powerpc/ptrace/
Dcore-pkey.c209 FAIL_IF(ehdr->e_machine != EM_PPC64); in check_core_file()
/linux-5.19.10/scripts/mod/
Dmodpost.c596 if (info->hdr->e_machine == EM_PPC64) in ignore_undef_symbol()