Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Delf.h101 int arch_elf_adjust_prot(int prot, const struct arch_elf_state *state,
104 static inline int arch_elf_adjust_prot(int prot, in arch_elf_adjust_prot() function
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c741 int arch_elf_adjust_prot(int prot, const struct arch_elf_state *state, in arch_elf_adjust_prot() function
/openbmc/linux/fs/
H A Dbinfmt_elf.c583 return arch_elf_adjust_prot(prot, arch_state, has_interp, is_interp); in make_prot()