/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A 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
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | elf.c | 20 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() function
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | elf.c | 15 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() function
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A 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
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | elf.h | 284 static inline int arch_elf_pt_proc(void *ehdr, void *phdr, in arch_elf_pt_proc() function
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | elf.h | 282 static inline int arch_elf_pt_proc(void *ehdr, void *phdr, in arch_elf_pt_proc() function
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | elf.h | 337 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | elf.c | 76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() function
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | elf.c | 76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, in arch_elf_pt_proc() function
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | elf.h | 334 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | elf.h | 506 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | elf.h | 488 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 517 * arch_elf_pt_proc() - check a PT_LOPROC..PT_HIPROC ELF program header 534 static inline int arch_elf_pt_proc(struct elfhdr *ehdr, in arch_elf_pt_proc() function 553 * all program headers to be checked by arch_elf_pt_proc have been. 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()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 520 * arch_elf_pt_proc() - check a PT_LOPROC..PT_HIPROC ELF program header 537 static inline int arch_elf_pt_proc(struct elfhdr *ehdr, in arch_elf_pt_proc() function 556 * all program headers to be checked by arch_elf_pt_proc have been. 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()
|