Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/arch/mips/kernel/
H A Delf.c77 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc() argument
101 if (is_interp) in arch_elf_pt_proc()
127 if (is_interp) in arch_elf_pt_proc()
/openbmc/linux/arch/loongarch/kernel/
H A Delf.c16 bool is_interp, struct arch_elf_state *state) in arch_elf_pt_proc() argument
/openbmc/linux/arch/arm64/include/asm/
H A Delf.h283 struct file *f, bool is_interp, in arch_elf_pt_proc() argument
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c742 bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument
749 if (is_interp != has_interp) in arch_elf_adjust_prot()
/openbmc/linux/arch/loongarch/include/asm/
H A Delf.h335 bool is_interp, struct arch_elf_state *state);
/openbmc/linux/arch/mips/include/asm/
H A Delf.h489 bool is_interp, struct arch_elf_state *state);
/openbmc/linux/fs/
H A Dbinfmt_elf.c539 struct file *elf, bool is_interp, in arch_elf_pt_proc() 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()