PF_W              277 kern/exec_elf.c 	*prot |= (ph->p_flags & PF_W) ? VM_PROT_WRITE : 0;
PF_W              289 kern/exec_elf.c 	if (ph->p_flags & PF_W) {
PF_W              107 lib/libsa/loadfile_elf.c 		    (phdr[i].p_flags & (PF_W|PF_R|PF_X)) == 0)