taglinefilesource code
PF_W235fs/binfmt_elf.cif (eppnt->p_flags & PF_W) elf_prot |= PROT_WRITE;
PF_W582fs/binfmt_elf.cif (elf_ppnt->p_flags & PF_W) elf_prot |= PROT_WRITE;
PF_W603fs/binfmt_elf.cif((elf_ppnt->p_flags | PF_W) && end_code <  k)
PF_W605fs/binfmt_elf.cif( !(elf_ppnt->p_flags & PF_W) && end_code <  k)
PF_W1175fs/binfmt_elf.cif (vma->vm_flags & VM_WRITE) phdr.p_flags |= PF_W;