Searched refs:is_interp (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | elf.h | 92 bool has_interp, bool is_interp); 96 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | process.c | 845 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument 852 if (is_interp != has_interp) in arch_elf_adjust_prot()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | elf.h | 285 struct file *f, bool is_interp, in arch_elf_pt_proc() argument
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | elf.h | 507 bool is_interp, struct arch_elf_state *state);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_elf.c | 536 struct file *elf, bool is_interp, in arch_elf_pt_proc() argument 569 bool has_interp, bool is_interp) in make_prot() argument 580 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()
|