Home
last modified time | relevance | path

Searched refs:arch_elf_pt_proc (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/loongarch/kernel/
H A Delf.c15 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() function
/linux-6.15/arch/arm64/include/asm/
H A Delf.h282 static inline int arch_elf_pt_proc(void *ehdr, void *phdr, in arch_elf_pt_proc() function
/linux-6.15/arch/loongarch/include/asm/
H A Delf.h334 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
/linux-6.15/arch/mips/kernel/
H A Delf.c76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() function
/linux-6.15/arch/mips/include/asm/
H A Delf.h488 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
/linux-6.15/fs/
H A Dbinfmt_elf.c583 static inline int arch_elf_pt_proc(struct elfhdr *ehdr, in arch_elf_pt_proc() function
941 retval = arch_elf_pt_proc(elf_ex, elf_ppnt, in load_elf_binary()
976 retval = arch_elf_pt_proc(interp_elf_ex, in load_elf_binary()