Home
last modified time | relevance | path

Searched defs:compat_elf_check_arch (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/arch/tile/include/asm/
Delf.h139 #define compat_elf_check_arch(x) \ macro
/linux-3.3/arch/s390/include/asm/
Delf.h145 #define compat_elf_check_arch(x) \ macro
/linux-3.3/arch/x86/include/asm/
Delf.h159 #define compat_elf_check_arch(x) elf_check_arch_ia32(x) macro
/linux-3.3/arch/sparc/include/asm/
Delf_64.h169 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \ macro
/linux-3.3/arch/powerpc/include/asm/
Delf.h171 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC) macro