Searched refs:make_prot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 568 static inline int make_prot(u32 p_flags, struct arch_elf_state *arch_state, in make_prot() function 623 int elf_prot = make_prot(eppnt->p_flags, arch_state, in load_elf_interp() 1091 elf_prot = make_prot(elf_ppnt->p_flags, &arch_state, in load_elf_binary()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 571 static inline int make_prot(u32 p_flags, struct arch_elf_state *arch_state, in make_prot() function 626 int elf_prot = make_prot(eppnt->p_flags, arch_state, in load_elf_interp() 1070 elf_prot = make_prot(elf_ppnt->p_flags, &arch_state, in load_elf_binary()
|
Completed in 6 milliseconds