Searched refs:arch_check_elf (Results 1 – 3 of 3) sorted by relevance
123 int arch_check_elf(void *_ehdr, bool has_interpreter, in arch_check_elf() function
442 extern int arch_check_elf(void *ehdr, bool has_interpreter,
503 static inline int arch_check_elf(struct elfhdr *ehdr, bool has_interp, in arch_check_elf() function831 retval = arch_check_elf(&loc->elf_ex, !!interpreter, &arch_state); in load_elf_binary()