Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dsandbox_nt_types.h23 NtUnmapViewOfSectionFunction UnmapViewOfSection; member
Dtarget_interceptions.cc62 g_nt.UnmapViewOfSection(process, *base); in TargetNtMapViewOfSection()
Dpolicy_broker.cc64 INIT_GLOBAL_NT(UnmapViewOfSection); in SetupNtdllImports()
Dsandbox_nt_util.cc136 ret = g_nt.UnmapViewOfSection(NtCurrentProcess, memory); in MapGlobalMemory()