Searched refs:arch_check_elf (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm64/include/asm/ |
A D | elf.h | 289 static inline int arch_check_elf(void *ehdr, bool has_interp, in arch_check_elf() function
|
/linux/arch/s390/include/asm/ |
A D | elf.h | 192 #define arch_check_elf(ehdr, interp, interp_ehdr, state) (0) macro
|
/linux/arch/mips/kernel/ |
A D | elf.c | 134 int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr, in arch_check_elf() function
|
/linux/arch/mips/include/asm/ |
A D | elf.h | 491 extern int arch_check_elf(void *ehdr, bool has_interpreter, void *interp_ehdr,
|
/linux/fs/ |
A D | binfmt_elf.c | 561 static inline int arch_check_elf(struct elfhdr *ehdr, bool has_interp, in arch_check_elf() function 994 retval = arch_check_elf(elf_ex, in load_elf_binary()
|
Completed in 14 milliseconds