Home
last modified time | relevance | path

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

/linux/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/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/fs/
H A Dcompat_binfmt_elf.c66 #define elf_check_arch compat_elf_check_arch
/linux/arch/sparc/include/asm/
H A Delf_64.h180 #define compat_elf_check_arch(x) ((x)->e_machine == EM_SPARC || \ macro
/linux/arch/powerpc/include/asm/
H A Delf.h17 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC) macro
/linux/arch/s390/include/asm/
H A Delf.h189 #define compat_elf_check_arch(x) \ macro
/linux/arch/parisc/include/asm/
H A Delf.h312 #define compat_elf_check_arch(x) \ macro
/linux/arch/riscv/kernel/
H A Dprocess.c114 bool compat_elf_check_arch(Elf32_Ehdr *hdr) in compat_elf_check_arch() function
/linux/arch/x86/include/asm/
H A Delf.h152 #define compat_elf_check_arch(x) \ macro
/linux/arch/mips/include/asm/
H A Delf.h238 #define compat_elf_check_arch elf32_check_arch macro
/linux/arch/arm64/kernel/
H A Dprocess.c652 int compat_elf_check_arch(const struct elf32_hdr *hdr) in compat_elf_check_arch() function