Searched refs:arch_elf_pt_proc (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Delf.c15 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, function
/linux-master/arch/s390/include/asm/
H A Delf.h194 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ macro
209 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ macro
/linux-master/arch/arm64/include/asm/
H A Delf.h282 static inline int arch_elf_pt_proc(void *ehdr, void *phdr, function
/linux-master/arch/loongarch/include/asm/
H A Delf.h334 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
/linux-master/arch/mips/kernel/
H A Delf.c76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, function
/linux-master/arch/mips/include/asm/
H A Delf.h488 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
/linux-master/fs/
H A Dbinfmt_elf.c560 * arch_elf_pt_proc() - check a PT_LOPROC..PT_HIPROC ELF program header
577 static inline int arch_elf_pt_proc(struct elfhdr *ehdr, function
596 * all program headers to be checked by arch_elf_pt_proc have been.
935 retval = arch_elf_pt_proc(elf_ex, elf_ppnt,
970 retval = arch_elf_pt_proc(interp_elf_ex,

Completed in 259 milliseconds