Home
last modified time | relevance | path

Searched refs:EM_PPC (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.h22 #define EM_PPC 20 /* PowerPC */ macro
H A Daudit.h279 #define AUDIT_ARCH_PPC (EM_PPC)
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c345 case EM_PPC: reltype = R_PPC_ADDR32; gpfx = '_'; break; in do_file()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h190 #define EM_PPC 20 /* PowerPC */ macro
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c567 if (info->hdr->e_machine == EM_PPC) in ignore_undef_symbol()