Searched refs:arch_elf_pt_proc (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/s390/include/asm/ |
D | elf.h | 170 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ macro 185 #define arch_elf_pt_proc(ehdr, phdr, elf, interp, state) \ macro
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | elf.h | 284 static inline int arch_elf_pt_proc(void *ehdr, void *phdr, in arch_elf_pt_proc() function
|
/Linux-v5.10/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-v5.10/arch/mips/include/asm/ |
D | elf.h | 506 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
|
/Linux-v5.10/fs/ |
D | binfmt_elf.c | 534 static inline int arch_elf_pt_proc(struct elfhdr *ehdr, in arch_elf_pt_proc() function 937 retval = arch_elf_pt_proc(elf_ex, elf_ppnt, in load_elf_binary() 972 retval = arch_elf_pt_proc(interp_elf_ex, in load_elf_binary()
|