Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/kernel/
Delf.c15 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() function
/linux-6.12.1/arch/s390/include/asm/
Delf.h202 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ macro
217 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ macro
/linux-6.12.1/arch/arm64/include/asm/
Delf.h282 static inline int arch_elf_pt_proc(void *ehdr, void *phdr, in arch_elf_pt_proc() function
/linux-6.12.1/arch/loongarch/include/asm/
Delf.h334 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
/linux-6.12.1/arch/mips/kernel/
Delf.c76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() function
/linux-6.12.1/arch/mips/include/asm/
Delf.h488 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
/linux-6.12.1/fs/
Dbinfmt_elf.c577 static inline int arch_elf_pt_proc(struct elfhdr *ehdr, in arch_elf_pt_proc() function
935 retval = arch_elf_pt_proc(elf_ex, elf_ppnt, in load_elf_binary()
970 retval = arch_elf_pt_proc(interp_elf_ex, in load_elf_binary()