Home
last modified time | relevance | path

Searched refs:is_interp (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Delf.h92 bool has_interp, bool is_interp);
96 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Delf.c76 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc() argument
100 if (is_interp) in arch_elf_pt_proc()
126 if (is_interp) in arch_elf_pt_proc()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dprocess.c845 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument
852 if (is_interp != has_interp) in arch_elf_adjust_prot()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Delf.h285 struct file *f, bool is_interp, in arch_elf_pt_proc() argument
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Delf.h507 bool is_interp, struct arch_elf_state *state);
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_elf.c536 struct file *elf, bool is_interp, in arch_elf_pt_proc() 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()