Searched refs:is_interp (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/include/linux/ |
D | elf.h | 102 bool has_interp, bool is_interp); 106 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument
|
/linux-5.19.10/arch/mips/kernel/ |
D | elf.c | 76 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc() argument 100 if (is_interp) in arch_elf_pt_proc() 126 if (is_interp) in arch_elf_pt_proc()
|
/linux-5.19.10/arch/loongarch/kernel/ |
D | elf.c | 16 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc() argument
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | elf.h | 283 struct file *f, bool is_interp, in arch_elf_pt_proc() argument
|
/linux-5.19.10/arch/arm64/kernel/ |
D | process.c | 743 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument 750 if (is_interp != has_interp) in arch_elf_adjust_prot()
|
/linux-5.19.10/arch/loongarch/include/asm/ |
D | elf.h | 292 bool is_interp, struct arch_elf_state *state);
|
/linux-5.19.10/arch/mips/include/asm/ |
D | elf.h | 489 bool is_interp, struct arch_elf_state *state);
|
/linux-5.19.10/fs/ |
D | binfmt_elf.c | 540 struct file *elf, bool is_interp, in arch_elf_pt_proc() argument 573 bool has_interp, bool is_interp) in make_prot() argument 584 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()
|