Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Delf-em.h23 #define EM_PPC64 21 /* PowerPC64 */ macro
Daudit.h342 #define AUDIT_ARCH_PPC64 (EM_PPC64|__AUDIT_ARCH_64BIT)
/linux-3.4.99/arch/powerpc/boot/
Delf_util.c32 elf64->e_machine == EM_PPC64)) in parse_elf64()
Delf.h50 #define EM_PPC64 21 /* PowerPC64 */ macro
/linux-3.4.99/arch/powerpc/include/asm/
Delf.h125 # define ELF_ARCH EM_PPC64
/linux-3.4.99/scripts/
Drecordmcount.c346 case EM_PPC64: reltype = R_PPC64_ADDR64; gpfx = '_'; break; in do_file()
/linux-3.4.99/scripts/mod/
Dmodpost.c576 if (info->hdr->e_machine == EM_PPC64) in ignore_undef_symbol()