Home
last modified time | relevance | path

Searched refs:arch_elf_adjust_prot (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Delf.h91 int arch_elf_adjust_prot(int prot, const struct arch_elf_state *state,
94 static inline int arch_elf_adjust_prot(int prot, in arch_elf_adjust_prot() function
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dprocess.c844 int arch_elf_adjust_prot(int prot, const struct arch_elf_state *state, in arch_elf_adjust_prot() function
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_elf.c580 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()