Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching refs:VKI_PROT_EXEC

937       if (nsegments[i].hasX) seg_prot |= VKI_PROT_EXEC;
970 if (sloppyXcheck && (prot & VKI_PROT_EXEC) != 0) {
971 seg_prot |= VKI_PROT_EXEC;
1000 prot & VKI_PROT_EXEC ? 'x' : '-',
1295 needX = toBool(prot & VKI_PROT_EXEC);
1557 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2025 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2068 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2097 newX = toBool(prot & VKI_PROT_EXEC);
2250 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2318 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2376 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2439 VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC,
2448 VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC,
2556 seg.hasX = toBool(prot & VKI_PROT_EXEC);
2817 | (nsegments[segA].hasX ? VKI_PROT_EXEC : 0);
3306 if (xx == 'x') prot |= VKI_PROT_EXEC;
3360 VKI_PROT_READ|VKI_PROT_EXEC,
3385 ((vm_prot & VM_PROT_EXECUTE) ? VKI_PROT_EXEC : 0) ;
3500 seg_prot |= (prot & VKI_PROT_EXEC);
3502 if (nsegments[i].hasX) seg_prot |= VKI_PROT_EXEC;