tag | line | file | source code |
---|---|---|---|
PF_R | 243 | fs/binfmt_elf.c | if (eppnt->p_flags & PF_R) elf_prot = PROT_READ; |
PF_R | 603 | fs/binfmt_elf.c | int elf_prot = (elf_ppnt->p_flags & PF_R) ? PROT_READ : 0; |
PF_R | 1181 | fs/binfmt_elf.c | phdr.p_flags = vma->vm_flags & VM_READ ? PF_R : 0; |