Home
last modified time | relevance | path

Searched refs:arch_check_elf (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
Delf.c123 int arch_check_elf(void *_ehdr, bool has_interpreter, in arch_check_elf() function
/linux-4.1.27/arch/mips/include/asm/
Delf.h442 extern int arch_check_elf(void *ehdr, bool has_interpreter,
/linux-4.1.27/fs/
Dbinfmt_elf.c503 static inline int arch_check_elf(struct elfhdr *ehdr, bool has_interp, in arch_check_elf() function
831 retval = arch_check_elf(&loc->elf_ex, !!interpreter, &arch_state); in load_elf_binary()