Home
last modified time | relevance | path

Searched refs:elf_check_arch (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dcrash_dump.h43 #define vmcore_elf32_check_arch(x) elf_check_arch(x)
47 #define vmcore_elf64_check_arch(x) (elf_check_arch(x) || vmcore_elf_check_arch_cross(x))
/linux-4.19.296/fs/
Dcompat_binfmt_elf.c64 #undef elf_check_arch
65 #define elf_check_arch compat_elf_check_arch macro
Dbinfmt_elf.c554 if (!elf_check_arch(interp_elf_ex) || in load_elf_interp()
730 if (!elf_check_arch(&loc->elf_ex)) in load_elf_binary()
833 if (!elf_check_arch(&loc->interp_elf_ex) || in load_elf_binary()
1225 !elf_check_arch(&elf_ex) || !file->f_op->mmap) in load_elf_library()
Dbinfmt_elf_fdpic.c114 if (!elf_check_arch(hdr)) in is_elf()