Home
last modified time | relevance | path

Searched refs:ProtectVirtualMemory (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dsandbox_nt_types.h18 NtProtectVirtualMemoryFunction ProtectVirtualMemory; member
Dpolicy_broker.cc59 INIT_GLOBAL_NT(ProtectVirtualMemory); in SetupNtdllImports()
Dinterception_agent.cc128 VERIFY_SUCCESS(g_nt.ProtectVirtualMemory(NtCurrentProcess, &to_protect, in OnDllLoad()
Dsandbox_nt_util.cc479 NTSTATUS ret = g_nt.ProtectVirtualMemory(NtCurrentProcess, &address, in ChangeProtection()
498 NTSTATUS ret = g_nt.ProtectVirtualMemory(NtCurrentProcess, &address_, in RevertProtection()