Searched refs:PF_W (Results 1 – 4 of 4) sorted by relevance
138 MAYBE_MAP_FLAG((x), PF_W, PROT_WRITE))705 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) { in LoadSegments()744 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot()
2913 if ((dynamic_flags & PF_W) != 0) { in prelink_image()
203 #define PF_W 0x2 macro
458 #define PF_W 0x2 macro