Searched refs:arch_check_elf (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | elf.c | 20 int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr, in arch_check_elf() function
|
| /linux/arch/loongarch/include/asm/ |
| H A D | elf.h | 368 extern int arch_check_elf(void *ehdr, bool has_interpreter, void *interp_ehdr,
|
| /linux/arch/mips/kernel/ |
| H A D | elf.c | 135 int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr, in arch_check_elf() function
|
| /linux/arch/mips/include/asm/ |
| H A D | elf.h | 493 extern int arch_check_elf(void *ehdr, bool has_interpreter, void *interp_ehdr,
|
| /linux/fs/ |
| H A D | binfmt_elf.c | 616 static inline int arch_check_elf(struct elfhdr *ehdr, bool has_interp, in arch_check_elf() function 1004 retval = arch_check_elf(elf_ex, in load_elf_binary()
|