Searched refs:compat_elf_check_arch (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Delf.h40 extern bool compat_elf_check_arch(Elf32_Ehdr *hdr);
41 #define compat_elf_check_arch compat_elf_check_arch macro
/linux-master/arch/arm64/include/asm/
H A Delf.h216 int compat_elf_check_arch(const struct elf32_hdr *);
217 #define compat_elf_check_arch compat_elf_check_arch macro
/linux-master/fs/
H A Dcompat_binfmt_elf.c60 * To use this file, asm/elf.h must define compat_elf_check_arch.
66 #define elf_check_arch compat_elf_check_arch
/linux-master/arch/sparc/include/asm/
H A Delf_64.h180 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \ macro
/linux-master/arch/powerpc/include/asm/
H A Delf.h17 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC) macro
/linux-master/arch/s390/include/asm/
H A Delf.h181 #define compat_elf_check_arch(x) \ macro
/linux-master/arch/parisc/include/asm/
H A Delf.h312 #define compat_elf_check_arch(x) \ macro
/linux-master/arch/x86/include/asm/
H A Delf.h152 #define compat_elf_check_arch(x) \ macro
/linux-master/arch/riscv/kernel/
H A Dprocess.c105 bool compat_elf_check_arch(Elf32_Ehdr *hdr) function
/linux-master/arch/mips/include/asm/
H A Delf.h238 #define compat_elf_check_arch elf32_check_arch macro
/linux-master/arch/arm64/kernel/
H A Dprocess.c599 int compat_elf_check_arch(const struct elf32_hdr *hdr) function

Completed in 501 milliseconds