HomeSort by relevance Sort by last modified time
    Searched refs:ntdll_base (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc 62 HMODULE ntdll_base = ::GetModuleHandle(ntdll_name); local
63 if (!ntdll_base)
69 NTSTATUS ret = resolver.Setup(ntdll_base, NULL, "NtMapViewOfSection", NULL,
  /external/chromium_org/sandbox/win/src/
service_resolver_unittest.cc 92 HMODULE ntdll_base = ::GetModuleHandle(L"ntdll.dll"); local
93 EXPECT_TRUE(NULL != ntdll_base);
95 void* target = ::GetProcAddress(ntdll_base, function);
111 NTSTATUS ret = resolver->Setup(ntdll_base, NULL, function, NULL,
122 ret = resolver->Setup(ntdll_base, NULL, function, NULL, function_entry,
interception.cc 446 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);
519 NTSTATUS ret = thunk->Setup(ntdll_base,

Completed in 707 milliseconds