Searched refs:has_interp (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| 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/arm64/kernel/ |
| A D | process.c | 703 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument 710 if (is_interp != has_interp) in arch_elf_adjust_prot()
|
| /linux/arch/arm64/include/asm/ |
| A D | elf.h | 289 static inline int arch_check_elf(void *ehdr, bool has_interp, in arch_check_elf() argument
|
| /linux/fs/ |
| A D | binfmt_elf.c | 561 static inline int arch_check_elf(struct elfhdr *ehdr, bool has_interp, in arch_check_elf() 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()
|
Completed in 13 milliseconds