Searched refs:has_interpreter (Results 1 – 4 of 4) sorted by relevance
/openbmc/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() argument 169 if (has_interpreter) { in arch_check_elf() 185 if (has_interpreter) { in arch_check_elf()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | elf.c | 21 int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr, in arch_check_elf() argument
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | elf.h | 337 extern int arch_check_elf(void *ehdr, bool has_interpreter, void *interp_ehdr,
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | elf.h | 491 extern int arch_check_elf(void *ehdr, bool has_interpreter, void *interp_ehdr,
|