Home
last modified time | relevance | path

Searched refs:nt_loader (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome_frame/crash_reporting/
Dnt_loader_unittest.cc57 using namespace nt_loader;
141 nt_loader::LDR_DATA_TABLE_ENTRY* entry = in TEST()
142 nt_loader::GetLoaderEntry(module.hModule); in TEST()
261 nt_loader::LDR_DATA_TABLE_ENTRY* entry = GetLoaderEntry(crash_dll); in OnCrashDuringLoadLibrary()
301 nt_loader::LDR_DATA_TABLE_ENTRY* entry = GetLoaderEntry(crash_dll); in OnCrashDuringUnloadLibrary()
Dvectored_handler-impl.h197 if (nt_loader::OwnsLoaderLock()) { in ShouldIgnoreException()
198 nt_loader::LDR_DATA_TABLE_ENTRY* entry = in ShouldIgnoreException()
199 nt_loader::GetLoaderEntry(crashing_module); in ShouldIgnoreException()
Dnt_loader.cc10 namespace nt_loader { namespace
Dcrash_reporting.gyp21 'nt_loader.cc',
22 'nt_loader.h',
Dnt_loader.h11 namespace nt_loader {