Searched refs:ntdll_base (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sandbox/win/wow_helper/
H A Dwow_helper.cc25 HMODULE ntdll_base = ::GetModuleHandle(ntdll_name); local
26 if (!ntdll_base)
32 NTSTATUS ret = resolver.Setup(ntdll_base, NULL, "NtMapViewOfSection", NULL,
/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_unittest.cc91 HMODULE ntdll_base = ::GetModuleHandle(L"ntdll.dll"); local
92 EXPECT_TRUE(NULL != ntdll_base);
94 void* target = ::GetProcAddress(ntdll_base, function);
112 NTSTATUS ret = resolver->Setup(ntdll_base, NULL, function, NULL,
123 ret = resolver->Setup(ntdll_base, NULL, function, NULL, function_entry,
228 HMODULE ntdll_base = ::GetModuleHandle(L"ntdll.dll"); local
229 ASSERT_TRUE(NULL != ntdll_base);
233 void* target = ::GetProcAddress(ntdll_base, kFunctionName);
249 ret = resolver->Setup(ntdll_base, NULL, kFunctionName, NULL,
256 ret = resolver->Setup(ntdll_base, NUL
[all...]
H A Dinterception.cc446 HMODULE ntdll_base = ::GetModuleHandle(kNtdllName); local
447 if (!ntdll_base)
450 base::win::PEImage ntdll_image(ntdll_base);
458 loader_get, &ntdll_base))
463 Wow64 WowHelper(child_, ntdll_base);
517 NTSTATUS ret = thunk->Setup(ntdll_base,

Completed in 1154 milliseconds