Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching refs:hasW

503       seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-', 
537 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
550 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
563 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
693 && !s->hasR && !s->hasW && !s->hasX && !s->hasT
713 && !s->hasR && !s->hasW && !s->hasX && !s->hasT
745 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW
755 && s1->hasW == s2->hasW && s1->hasX == s2->hasX
936 if (nsegments[i].hasW) seg_prot |= VKI_PROT_WRITE;
1318 && (needW ? nsegments[i].hasW : True)
1520 seg->hasR = seg->hasW = seg->hasX = seg->hasT = seg->isCH = False;
1556 seg.hasW = toBool(prot & VKI_PROT_WRITE);
2024 seg.hasW = toBool(prot & VKI_PROT_WRITE);
2067 seg.hasW = toBool(prot & VKI_PROT_WRITE);
2112 nsegments[i].hasW = newW;
2249 seg.hasW = toBool(prot & VKI_PROT_WRITE);
2317 seg.hasW = toBool(prot & VKI_PROT_WRITE);
2375 seg.hasW = toBool(prot & VKI_PROT_WRITE);
2473 seg.hasW = True;
2555 seg.hasW = toBool(prot & VKI_PROT_WRITE);
2816 | (nsegments[segA].hasW ? VKI_PROT_WRITE : 0)
3496 if (nsegments[i].hasW) seg_prot |= VKI_PROT_WRITE;