OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNtdllName
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/sandbox/win/src/
sandbox_utils.cc
21
HMODULE ntdll = ::GetModuleHandle(
kNtdllName
);
service_resolver.cc
43
ntdll_base_ = ::GetModuleHandle(
kNtdllName
);
internal_types.h
10
const wchar_t
kNtdllName
[] = L"ntdll.dll";
interception.h
237
AddToPatchedFunctions(
kNtdllName
, #service, \
263
AddToPatchedFunctions(
kNtdllName
, #service, \
policy_broker.cc
42
HMODULE ntdll = ::GetModuleHandle(
kNtdllName
);
interception.cc
358
base::string16 ntdll(
kNtdllName
);
446
HMODULE ntdll_base = ::GetModuleHandle(
kNtdllName
);
494
const base::string16 ntdll(
kNtdllName
);
win_utils.cc
307
HMODULE ntdll_local = ::GetModuleHandle(sandbox::
kNtdllName
);
policy_opcodes_unittest.cc
23
HMODULE ntdll = ::GetModuleHandle(
kNtdllName
);
/external/chromium_org/chrome_elf/
ntdll_cache.cc
73
NTSTATUS ret = thunk->CopyThunk(::GetModuleHandle(sandbox::
kNtdllName
),
/external/chromium_org/chrome_elf/blacklist/
blacklist.cc
359
NTSTATUS ret = thunk->Setup(::GetModuleHandle(sandbox::
kNtdllName
),
379
NTSTATUS ret = thunk->Setup(::GetModuleHandle(sandbox::
kNtdllName
),
blacklist_interceptions.cc
34
HMODULE ntdll = ::GetModuleHandle(sandbox::
kNtdllName
);
Completed in 805 milliseconds