Home | History | Annotate | Download | only in m_aspacemgr

Lines Matching refs:VKI_PROT_EXEC

1478    if ((prot & VKI_PROT_EXEC) && !fake->hasX)
1763 seg.hasX = toBool(prot & VKI_PROT_EXEC);
1790 seg.hasX = (prot & VKI_PROT_EXEC) ? True : False;
1818 newX = toBool(prot & VKI_PROT_EXEC);
1936 seg.hasX = toBool((prot & VKI_PROT_EXEC) > 0);
1976 seg.hasX = toBool((prot & VKI_PROT_EXEC) > 0);
2007 VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC,
2100 seg.hasX = toBool(prot & VKI_PROT_EXEC);