Searched refs:is_interp (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/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-6.6.21/arch/mips/kernel/ |
D | elf.c | 77 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc() argument 101 if (is_interp) in arch_elf_pt_proc() 127 if (is_interp) in arch_elf_pt_proc()
|
/linux-6.6.21/arch/loongarch/kernel/ |
D | elf.c | 16 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc() argument
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | elf.h | 283 struct file *f, bool is_interp, in arch_elf_pt_proc() argument
|
/linux-6.6.21/arch/arm64/kernel/ |
D | process.c | 742 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument 749 if (is_interp != has_interp) in arch_elf_adjust_prot()
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | elf.h | 335 bool is_interp, struct arch_elf_state *state);
|
/linux-6.6.21/arch/mips/include/asm/ |
D | elf.h | 489 bool is_interp, struct arch_elf_state *state);
|
/linux-6.6.21/fs/ |
D | binfmt_elf.c | 539 struct file *elf, bool is_interp, in arch_elf_pt_proc() argument 572 bool has_interp, bool is_interp) in make_prot() argument 583 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()
|