taglinefilesource code
PF_R223fs/binfmt_elf.cif (eppnt->p_flags & PF_R) elf_prot =  PROT_READ;
PF_R567fs/binfmt_elf.cint elf_prot = (elf_ppnt->p_flags & PF_R) ? PROT_READ : 0;
PF_R1128fs/binfmt_elf.cphdr.p_flags = vma->vm_flags & VM_READ ? PF_R : 0;