OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntdll_base
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc
25
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/
service_resolver_unittest.cc
91
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
, NULL, kFunctionName, NULL
[
all
...]
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
);
517
NTSTATUS ret = thunk->Setup(
ntdll_base
,
Completed in 380 milliseconds