Home
last modified time | relevance | path

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

/linux/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/fs/
H A Dbinfmt_elf.c615 static inline int arch_check_elf(struct elfhdr *ehdr, bool has_interp, in arch_check_elf() argument
626 bool has_interp, bool is_interp) in make_prot() argument
637 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()