Home
last modified time | relevance | path

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

/external/chromium_org/tools/traceline/svgui/
Dstartup-release.json2 {'stacktrace': [], 'thread': 3956, 'eventtype': 'EVENT_TYPE_APC', 'func_addr_name': 'ntdll.dll!LdrI…
3ntdll.dll!LdrpCallInitRoutine+0x14'], [2089929643, 'ntdll.dll!LdrpRunInitializeRoutines+0x1c7'], […
4ntdll.dll!LdrpCallInitRoutine+0x14'], [2089929643, 'ntdll.dll!LdrpRunInitializeRoutines+0x1c7'], […
5ntdll.dll!LdrpCallInitRoutine+0x14'], [2089929643, 'ntdll.dll!LdrpRunInitializeRoutines+0x1c7'], […
6ntdll.dll!LdrpCallInitRoutine+0x14'], [2089929643, 'ntdll.dll!LdrpRunInitializeRoutines+0x1c7'], […
7ntdll.dll!LdrAccessResource+0x15'], [2009076731, 'VERSION.dll!GetFileVersionInfoSizeW+0x6a'], [431…
8ntdll.dll!LdrAccessResource+0x15'], [2009076752, 'VERSION.dll!GetFileVersionInfoSizeW+0x7f'], [431…
9ntdll.dll!LdrAccessResource+0x15'], [2009077479, 'VERSION.dll!GetFileVersionInfoW+0x68'], [4315373…
10ntdll.dll!RtlpStartThreadpoolThread+0x4e'], [2089993072, 'ntdll.dll!RtlpInitializeTimerThreadPool+…
12 …'], [2089982739, 'ntdll.dll!RtlpStartThreadpoolThread+0x4e'], [2089982839, 'ntdll.dll!RtlpStartWor…
[all …]
/external/chromium_org/chrome/browser/extensions/api/system_cpu/
Dcpu_info_provider_win.cc31 HMODULE ntdll = GetModuleHandle(kNtdll); in QueryCpuTimePerProcessor() local
32 CHECK(ntdll != NULL); in QueryCpuTimePerProcessor()
35 ::GetProcAddress(ntdll, kNtQuerySystemInformationName)); in QueryCpuTimePerProcessor()
/external/chromium_org/sandbox/win/src/
Dpolicy_broker.cc42 HMODULE ntdll = ::GetModuleHandle(kNtdllName); in SetupNtdllImports() local
43 base::win::PEImage ntdll_image(ntdll); in SetupNtdllImports()
51 loader_get, &ntdll); in SetupNtdllImports()
Dsandbox_utils.cc21 HMODULE ntdll = ::GetModuleHandle(kNtdllName); in InitObjectAttribs() local
23 GetProcAddress(ntdll, "RtlInitUnicodeString")); in InitObjectAttribs()
DWow64.h21 Wow64(TargetProcess* child, HMODULE ntdll) in Wow64() argument
22 : child_(child), ntdll_(ntdll), dll_load_(NULL), continue_load_(NULL) {} in Wow64()
Dwin_utils.cc304 static volatile HMODULE ntdll = NULL; in ResolveNTFunctionPtr() local
306 if (!ntdll) { in ResolveNTFunctionPtr()
313 reinterpret_cast<PVOID volatile*>(&ntdll), ntdll_local, NULL); in ResolveNTFunctionPtr()
317 CHECK_NT(ntdll); in ResolveNTFunctionPtr()
319 *function_ptr = ::GetProcAddress(ntdll, name); in ResolveNTFunctionPtr()
Dinterception.cc358 base::string16 ntdll(kNtdllName); in IsInterceptionPerformedByChild() local
359 if (ntdll == data.dll) in IsInterceptionPerformedByChild()
494 const base::string16 ntdll(kNtdllName); in PatchClientFunctions() local
495 if (it->dll != ntdll) in PatchClientFunctions()
Dregistry_policy_test.cc241 HMODULE ntdll = GetModuleHandle(L"ntdll.dll"); in TEST() local
243 reinterpret_cast<NtDeleteKeyFunction>(GetProcAddress(ntdll, in TEST()
Dpolicy_opcodes_unittest.cc14 ::GetProcAddress(ntdll, #member)); \
23 HMODULE ntdll = ::GetModuleHandle(kNtdllName); in SetupNtdllImports() local
/external/chromium_org/tools/valgrind/drmemory/
Dsuppressions_full.txt53 # Tiny locale-related leaks in ntdll. Probably system bug.
56 ntdll.dll!...
57 ntdll.dll!*
80 ntdll.dll!Rtl*
81 ntdll.dll!Rtl*
82 ntdll.dll!RtlFindActivationContextSectionString
280 ntdll.dll!RtlValidateUnicodeString
306 ntdll.dll!RtlConvertUlongToLargeInteger
307 ntdll.dll!RtlConvertUlongToLargeInteger
308 ntdll.dll!KiUserExceptionDispatcher
[all …]
Dsuppressions.txt75 ntdll.dll!RtlValidateUnicodeString
389 ntdll.dll!*
390 ntdll.dll!*
416 ntdll.dll!RtlIsCurrentThreadAttachExempt
417 ntdll.dll!LdrShutdownThread
418 ntdll.dll!RtlExitUserThread
/external/chromium_org/components/breakpad/app/
Dhard_error_handler_win.cc45 HMODULE ntdll = ::GetModuleHandleA("NTDLL.DLL"); in RaiseHardErrorMsg() local
50 ntdll, in RaiseHardErrorMsg()
/external/chromium_org/sandbox/win/wow_helper/
Dservice64_resolver.cc137 HMODULE ntdll = ::GetModuleHandle(ntdll_name); in ResolveNtdll() local
138 if (!ntdll) in ResolveNtdll()
141 void* signal = ::GetProcAddress(ntdll, "NtSignalAndWaitForSingleObject"); in ResolveNtdll()
/external/chromium_org/chrome_elf/blacklist/
Dblacklist_interceptions.cc34 HMODULE ntdll = ::GetModuleHandle(sandbox::kNtdllName); in GetNtDllExportByName() local
35 return ::GetProcAddress(ntdll, export_name); in GetNtDllExportByName()