Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dwin_utils.cc307 HMODULE ntdll_local = ::GetModuleHandle(sandbox::kNtdllName); in ResolveNTFunctionPtr() local
309 base::win::PEImage ntdll_peimage(ntdll_local); in ResolveNTFunctionPtr()
313 reinterpret_cast<PVOID volatile*>(&ntdll), ntdll_local, NULL); in ResolveNTFunctionPtr()