Searched refs:has_interp (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/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.12.1/arch/arm64/include/asm/ |
D | elf.h | 289 static inline int arch_check_elf(void *ehdr, bool has_interp, in arch_check_elf() argument
|
/linux-6.12.1/arch/arm64/kernel/ |
D | process.c | 791 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument 798 if (is_interp != has_interp) in arch_elf_adjust_prot()
|
/linux-6.12.1/fs/ |
D | binfmt_elf.c | 601 static inline int arch_check_elf(struct elfhdr *ehdr, bool has_interp, in arch_check_elf() argument 612 bool has_interp, bool is_interp) in make_prot() argument 623 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()
|