Home
last modified time | relevance | path

Searched refs:arch_check_elf (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Delf.c21 int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr, in arch_check_elf() function
/openbmc/linux/arch/arm64/include/asm/
H A Delf.h289 static inline int arch_check_elf(void *ehdr, bool has_interp, in arch_check_elf() function
/openbmc/linux/arch/s390/include/asm/
H A Delf.h192 #define arch_check_elf(ehdr, interp, interp_ehdr, state) (0) macro
/openbmc/linux/arch/loongarch/include/asm/
H A Delf.h337 extern int arch_check_elf(void *ehdr, bool has_interpreter, void *interp_ehdr,
/openbmc/linux/arch/mips/kernel/
H A Delf.c135 int arch_check_elf(void *_ehdr, bool has_interpreter, void *_interp_ehdr, in arch_check_elf() function
/openbmc/linux/arch/mips/include/asm/
H A Delf.h491 extern int arch_check_elf(void *ehdr, bool has_interpreter, void *interp_ehdr,
/openbmc/linux/fs/
H A Dbinfmt_elf.c561 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()