Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf-em.h23 #define EM_PPC64 21 /* PowerPC64 */ macro
H A Daudit.h280 #define AUDIT_ARCH_PPC64 (EM_PPC64|__AUDIT_ARCH_64BIT)
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c346 case EM_PPC64: reltype = R_PPC64_ADDR64; gpfx = '_'; break; in do_file()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h191 #define EM_PPC64 21 /* PowerPC 64-bit */ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c574 if (info->hdr->e_machine == EM_PPC64) in ignore_undef_symbol()