Searched refs:PF_W (Results 1 – 7 of 7) sorted by relevance
59 !(ppnt->p_flags & PF_W) && (ppnt->p_flags & PF_X)) in __dl_is_special_segment()64 (ppnt->p_flags & PF_W) && !(ppnt->p_flags & PF_X)) in __dl_is_special_segment()92 !(ppnt->p_flags & PF_W) && (ppnt->p_flags & PF_X)) in __dl_map_segment()117 (ppnt->p_flags & PF_W) && !(ppnt->p_flags & PF_X)) in __dl_map_segment()
252 (((X) & PF_W) ? PROT_WRITE : 0) | \
270 (ph.flags() & PF_W) ? 'w' : '-',328 if ((ph.flags() & PF_W) || ph.memsz() > fsz || mm->all_segs_cow())340 if (ph.flags() & PF_W || mm->all_segs_cow())
333 int prot_flags = ppnt->p_flags | PF_W; in map_writeable()661 if (ppnt->p_flags & PF_W) {730 if (ppnt->p_type == PT_LOAD && !(ppnt->p_flags & PF_W)) {
739 if (ppnt->p_type == PT_LOAD && !(ppnt->p_flags & PF_W)) in _dl_get_ready_to_run()1438 if (myppnt->p_type == PT_LOAD && !(myppnt->p_flags & PF_W) && tpnt->dynamic_info[DT_TEXTREL]) { in _dl_get_ready_to_run()
468 #define PF_W 0x2 macro
711 #define PF_W (1 << 1) /* Segment is writable */ macro
Completed in 44 milliseconds