Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Delf-em.h24 #define EM_PPC64 21 /* PowerPC64 */ macro
H A Daudit.h430 #define AUDIT_ARCH_PPC64 (EM_PPC64|__AUDIT_ARCH_64BIT)
431 #define AUDIT_ARCH_PPC64LE (EM_PPC64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh125 …ables "$tools_dir/perf/arch/powerpc/entry/syscalls/syscall.tbl" "$outfile" common,64,nospu EM_PPC64
230 build_outer_table EM_PPC64 "$outfile"
/linux-6.15/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
/linux-6.15/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-6.15/tools/perf/util/include/
H A Ddwarf-regs.h66 #define EM_HOST EM_PPC64
/linux-6.15/arch/powerpc/include/uapi/asm/
H A Delf.h119 # define ELF_ARCH EM_PPC64
/linux-6.15/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c180 FAIL_IF(ehdr->e_machine != EM_PPC64); in check_core_file()
/linux-6.15/scripts/
H A Drecordmcount.c596 case EM_PPC64: reltype = R_PPC64_ADDR64; break; in do_file()
H A Dsorttable.c1272 case EM_PPC64: in do_file()
/linux-6.15/scripts/mod/
H A Dmodpost.c599 if (info->hdr->e_machine == EM_PPC64) in ignore_undef_symbol()