Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Delf.h41 #define compat_elf_check_arch compat_elf_check_arch macro
/linux/arch/powerpc/include/asm/
H A Delf.h17 #define compat_elf_check_arch(x) ((x)->e_machine == EM_PPC) macro
/linux/arch/arm64/kernel/
H A Dprocess.c788 int compat_elf_check_arch(const struct elf32_hdr *hdr) in compat_elf_check_arch() function
/linux/arch/parisc/include/asm/
H A Delf.h312 #define compat_elf_check_arch(x) \ macro
/linux/arch/mips/include/asm/
H A Delf.h240 #define compat_elf_check_arch elf32_check_arch macro