/external/chromium_org/tools/traceline/svgui/ |
D | startup-release.json | 2 {'stacktrace': [], 'thread': 3956, 'eventtype': 'EVENT_TYPE_APC', 'func_addr_name': 'ntdll.dll!LdrI… 3 …ntdll.dll!LdrpCallInitRoutine+0x14'], [2089929643, 'ntdll.dll!LdrpRunInitializeRoutines+0x1c7'], [… 4 …ntdll.dll!LdrpCallInitRoutine+0x14'], [2089929643, 'ntdll.dll!LdrpRunInitializeRoutines+0x1c7'], [… 5 …ntdll.dll!LdrpCallInitRoutine+0x14'], [2089929643, 'ntdll.dll!LdrpRunInitializeRoutines+0x1c7'], [… 6 …ntdll.dll!LdrpCallInitRoutine+0x14'], [2089929643, 'ntdll.dll!LdrpRunInitializeRoutines+0x1c7'], [… 7 …ntdll.dll!LdrAccessResource+0x15'], [2009076731, 'VERSION.dll!GetFileVersionInfoSizeW+0x6a'], [431… 8 …ntdll.dll!LdrAccessResource+0x15'], [2009076752, 'VERSION.dll!GetFileVersionInfoSizeW+0x7f'], [431… 9 …ntdll.dll!LdrAccessResource+0x15'], [2009077479, 'VERSION.dll!GetFileVersionInfoW+0x68'], [4315373… 10 …ntdll.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/ |
D | cpu_info_provider_win.cc | 31 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/ |
D | policy_broker.cc | 42 HMODULE ntdll = ::GetModuleHandle(kNtdllName); in SetupNtdllImports() local 43 base::win::PEImage ntdll_image(ntdll); in SetupNtdllImports() 51 loader_get, &ntdll); in SetupNtdllImports()
|
D | sandbox_utils.cc | 21 HMODULE ntdll = ::GetModuleHandle(kNtdllName); in InitObjectAttribs() local 23 GetProcAddress(ntdll, "RtlInitUnicodeString")); in InitObjectAttribs()
|
D | Wow64.h | 21 Wow64(TargetProcess* child, HMODULE ntdll) in Wow64() argument 22 : child_(child), ntdll_(ntdll), dll_load_(NULL), continue_load_(NULL) {} in Wow64()
|
D | win_utils.cc | 304 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()
|
D | interception.cc | 358 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()
|
D | registry_policy_test.cc | 241 HMODULE ntdll = GetModuleHandle(L"ntdll.dll"); in TEST() local 243 reinterpret_cast<NtDeleteKeyFunction>(GetProcAddress(ntdll, in TEST()
|
D | policy_opcodes_unittest.cc | 14 ::GetProcAddress(ntdll, #member)); \ 23 HMODULE ntdll = ::GetModuleHandle(kNtdllName); in SetupNtdllImports() local
|
/external/chromium_org/tools/valgrind/drmemory/ |
D | suppressions_full.txt | 53 # 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 …]
|
D | suppressions.txt | 75 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/ |
D | hard_error_handler_win.cc | 45 HMODULE ntdll = ::GetModuleHandleA("NTDLL.DLL"); in RaiseHardErrorMsg() local 50 ntdll, in RaiseHardErrorMsg()
|
/external/chromium_org/sandbox/win/wow_helper/ |
D | service64_resolver.cc | 137 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/ |
D | blacklist_interceptions.cc | 34 HMODULE ntdll = ::GetModuleHandle(sandbox::kNtdllName); in GetNtDllExportByName() local 35 return ::GetProcAddress(ntdll, export_name); in GetNtDllExportByName()
|