Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Delf.h21 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC) macro
/linux-4.1.27/arch/tile/include/asm/
Delf.h152 #define compat_elf_check_arch(x) \ macro
/linux-4.1.27/arch/arm64/include/asm/
Delf.h176 #define compat_elf_check_arch(x) (((x)->e_machine == EM_ARM) && \ macro
/linux-4.1.27/arch/s390/include/asm/
Delf.h142 #define compat_elf_check_arch(x) \ macro
/linux-4.1.27/arch/x86/include/asm/
Delf.h163 #define compat_elf_check_arch(x) \ macro
/linux-4.1.27/arch/sparc/include/asm/
Delf_64.h178 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \ macro