Searched refs:has_interp (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | elf.h | 92 bool has_interp, bool is_interp); 96 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument
|
| /Linux-v5.10/arch/arm64/include/asm/ |
| D | elf.h | 291 static inline int arch_check_elf(void *ehdr, bool has_interp, in arch_check_elf() argument
|
| /Linux-v5.10/arch/arm64/kernel/ |
| D | process.c | 730 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument 737 if (is_interp != has_interp) in arch_elf_adjust_prot()
|
| /Linux-v5.10/fs/ |
| D | binfmt_elf.c | 558 static inline int arch_check_elf(struct elfhdr *ehdr, bool has_interp, in arch_check_elf() 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()
|