Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching refs:VKI_PROT_READ

935       if (nsegments[i].hasR) seg_prot |= VKI_PROT_READ;
998 prot & VKI_PROT_READ ? 'r' : '-',
1293 needR = toBool(prot & VKI_PROT_READ);
1555 seg.hasR = toBool(prot & VKI_PROT_READ);
2023 seg.hasR = toBool(prot & VKI_PROT_READ);
2066 seg.hasR = toBool(prot & VKI_PROT_READ);
2095 newR = toBool(prot & VKI_PROT_READ);
2248 seg.hasR = toBool(prot & VKI_PROT_READ);
2316 seg.hasR = toBool(prot & VKI_PROT_READ);
2374 seg.hasR = toBool(prot & VKI_PROT_READ);
2439 VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC,
2448 VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC,
2554 seg.hasR = toBool(prot & VKI_PROT_READ);
2815 prot = (nsegments[segA].hasR ? VKI_PROT_READ : 0)
3304 if (rr == 'r') prot |= VKI_PROT_READ;
3360 VKI_PROT_READ|VKI_PROT_EXEC,
3383 ((vm_prot & VM_PROT_READ) ? VKI_PROT_READ : 0) |
3495 if (nsegments[i].hasR) seg_prot |= VKI_PROT_READ;