Searched refs:arch_elf_pt_proc (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/arch/loongarch/kernel/ |
D | elf.c | 15 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() function
|
/Linux-v6.6/arch/s390/include/asm/ |
D | elf.h | 194 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ macro 209 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ macro
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | elf.h | 282 static inline int arch_elf_pt_proc(void *ehdr, void *phdr, in arch_elf_pt_proc() function
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | elf.h | 337 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
|
/Linux-v6.6/arch/mips/kernel/ |
D | elf.c | 75 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() function
|
/Linux-v6.6/arch/mips/include/asm/ |
D | elf.h | 488 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
|
/Linux-v6.6/fs/ |
D | binfmt_elf.c | 537 static inline int arch_elf_pt_proc(struct elfhdr *ehdr, in arch_elf_pt_proc() function 940 retval = arch_elf_pt_proc(elf_ex, elf_ppnt, in load_elf_binary() 975 retval = arch_elf_pt_proc(interp_elf_ex, in load_elf_binary()
|