Home | History | Annotate | Download | only in linker

Lines Matching refs:PF_W

140                                       MAYBE_MAP_FLAG((x), PF_W, PROT_WRITE))
686 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) {
725 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) {