Home
last modified time | relevance | path

Searched refs:compat_elf_check_arch (Results 1 – 8 of 8) 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/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/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