Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Delf-em.h22 #define EM_PPC 20 /* PowerPC */ macro
Daudit.h341 #define AUDIT_ARCH_PPC (EM_PPC)
/linux-3.4.99/arch/um/sys-ppc/asm/
Delf.h49 #define ELF_ARCH EM_PPC
/linux-3.4.99/arch/powerpc/include/asm/
Delf.h119 # define ELF_ARCH EM_PPC
171 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC)
/linux-3.4.99/arch/powerpc/boot/
Delf_util.c64 elf32->e_machine == EM_PPC)) in parse_elf32()
Delf.h49 #define EM_PPC 20 /* PowerPC */ macro
/linux-3.4.99/scripts/
Drecordmcount.c345 case EM_PPC: reltype = R_PPC_ADDR32; gpfx = '_'; break; in do_file()
/linux-3.4.99/arch/powerpc/kernel/
Dptrace.c801 .name = "ppc", .e_machine = EM_PPC, .ei_osabi = ELF_OSABI,
Dprom_init.c815 .e_machine = EM_PPC,
/linux-3.4.99/scripts/mod/
Dmodpost.c567 if (info->hdr->e_machine == EM_PPC) in ignore_undef_symbol()