Home
last modified time | relevance | path

Searched refs:EM_PPC (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Delf-em.h22 #define EM_PPC 20 /* PowerPC */ macro
Daudit.h376 #define AUDIT_ARCH_PPC (EM_PPC)
/linux-4.4.14/arch/powerpc/include/asm/
Delf.h21 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC)
/linux-4.4.14/arch/powerpc/boot/
Delf_util.c68 elf32->e_machine == EM_PPC)) in parse_elf32()
Delf.h49 #define EM_PPC 20 /* PowerPC */ macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Delf.h118 # define ELF_ARCH EM_PPC
/linux-4.4.14/scripts/
Drecordmcount.c473 case EM_PPC: reltype = R_PPC_ADDR32; gpfx = '_'; break; in do_file()
/linux-4.4.14/arch/powerpc/kernel/
Dptrace.c837 .name = "ppc", .e_machine = EM_PPC, .ei_osabi = ELF_OSABI,
Dprom_init.c778 .e_machine = EM_PPC,
/linux-4.4.14/scripts/mod/
Dmodpost.c583 if (info->hdr->e_machine == EM_PPC) in ignore_undef_symbol()