Searched refs:is_interp (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | elf.h | 102 bool has_interp, bool is_interp); 106 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument
|
| /linux/arch/mips/kernel/ |
| H A 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/arch/loongarch/kernel/ |
| H A D | elf.c | 15 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc() argument
|
| /linux/arch/arm64/kernel/ |
| H A D | process.c | 931 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument 938 if (is_interp != has_interp) in arch_elf_adjust_prot()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | elf.h | 366 bool is_interp, struct arch_elf_state *state);
|
| /linux/arch/mips/include/asm/ |
| H A D | elf.h | 491 bool is_interp, struct arch_elf_state *state);
|
| /linux/fs/ |
| H A D | binfmt_elf.c | 594 struct file *elf, bool is_interp, in arch_elf_pt_proc() argument 627 bool has_interp, bool is_interp) in make_prot() argument 638 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()
|