Searched refs:elf_prot (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ |
D | binfmt_elf.c | 664 int elf_prot = make_prot(eppnt->p_flags, arch_state, in load_elf_interp() local 676 eppnt, elf_prot, elf_type, total_size); in load_elf_interp() 1030 int elf_prot, elf_flags; in load_elf_binary() local 1038 elf_prot = make_prot(elf_ppnt->p_flags, &arch_state, in load_elf_binary() 1142 elf_prot, elf_flags, total_size); in load_elf_binary() 1168 elf_prot, elf_flags, total_size); in load_elf_binary()
|