taglinefilesource code
PF_R211fs/binfmt_elf.cif (eppnt->p_flags & PF_R) elf_prot =  PROT_READ;
PF_R555fs/binfmt_elf.cint elf_prot = (elf_ppnt->p_flags & PF_R) ? PROT_READ : 0;