Searched refs:has_interpreter (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/mips/kernel/ |
A D | elf.c | 134 int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr, in arch_check_elf() argument 168 if (has_interpreter) { in arch_check_elf() 184 if (has_interpreter) { in arch_check_elf()
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | elf.c | 21 int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr, in arch_check_elf() argument
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | elf.h | 331 extern int arch_check_elf(void *ehdr, bool has_interpreter, void *interp_ehdr,
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | elf.h | 491 extern int arch_check_elf(void *ehdr, bool has_interpreter, void *interp_ehdr,
|
Completed in 7 milliseconds