Searched refs:exec_prot (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | virtual.c | 2919 DWORD ret, old_prot, rw_prot, exec_prot, i, j; in test_VirtualProtect() local 3001 exec_prot = 0; in test_VirtualProtect() 3009 DWORD prot = exec_prot | rw_prot; in test_VirtualProtect() 3013 if ((rw_prot && exec_prot) || (!rw_prot && !exec_prot)) in test_VirtualProtect() 3034 if ((rw_prot && exec_prot) || (!rw_prot && !exec_prot)) in test_VirtualProtect() 3053 exec_prot = 1 << (i + 4); in test_VirtualProtect()
|
H A D | loader.c | 1706 DWORD ret, orig_prot, old_prot, rw_prot, exec_prot, i, j; in test_VirtualProtect() local 1763 exec_prot = 0; in test_VirtualProtect() 1771 DWORD prot = exec_prot | rw_prot; in test_VirtualProtect() 1775 if ((rw_prot && exec_prot) || (!rw_prot && !exec_prot)) in test_VirtualProtect() 1786 exec_prot = 1 << (i + 4); in test_VirtualProtect()
|