Home
last modified time | relevance | path

Searched refs:has_interp (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Delf.h102 bool has_interp, bool is_interp);
106 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument
/linux-6.15/arch/arm64/include/asm/
H A Delf.h289 static inline int arch_check_elf(void *ehdr, bool has_interp, in arch_check_elf() argument
/linux-6.15/arch/arm64/kernel/
H A Dprocess.c886 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument
893 if (is_interp != has_interp) in arch_elf_adjust_prot()
/linux-6.15/fs/
H A Dbinfmt_elf.c607 static inline int arch_check_elf(struct elfhdr *ehdr, bool has_interp, in arch_check_elf() argument
618 bool has_interp, bool is_interp) in make_prot() argument
629 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()