Searched refs:ntdll_handle (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome_elf/
H A Dntdll_cache_unittest.cc23 HMODULE ntdll_handle = ::GetModuleHandle(L"ntdll.dll"); local
26 EXPECT_EQ(::GetProcAddress(ntdll_handle, "A_SHAFinal"),
28 EXPECT_EQ(::GetProcAddress(ntdll_handle, "ZwTraceControl"),
H A Dntdll_cache.cc47 HMODULE ntdll_handle = ::GetModuleHandle(L"ntdll.dll"); local
49 base::win::PEImage ntdll_image(ntdll_handle);
/external/chromium_org/sandbox/win/tools/finder/
H A Dfinder_kernel.cc28 HMODULE ntdll_handle = ::LoadLibrary(L"ntdll.dll"); local
29 CHECKPTR(ntdll_handle);
32 ntdll_handle, "NtOpenSymbolicLinkObject");
36 ntdll_handle, "NtQueryDirectoryObject");
40 ntdll_handle, "NtOpenDirectoryObject");
44 ntdll_handle, "NtOpenKeyedEvent");
48 ntdll_handle, "NtOpenJobObject");
52 ntdll_handle, "NtOpenSemaphore");
56 ntdll_handle, "NtOpenSection");
59 NtOpenMutant= (NTOPENMUTANT) ::GetProcAddress(ntdll_handle, "NtOpenMutan
[all...]
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dhandles.cc21 HMODULE ntdll_handle = ::GetModuleHandle(L"ntdll.dll"); local
22 if (!ntdll_handle) {
29 GetProcAddress(ntdll_handle, "NtQueryObject"));
31 GetProcAddress(ntdll_handle, "NtQueryInformationFile"));
33 GetProcAddress(ntdll_handle, "NtQuerySystemInformation"));

Completed in 116 milliseconds