HomeSort by: relevance | last modified time | path
    Searched refs:SymCleanup (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_dbghelp.h 29 extern decltype(::SymCleanup) *SymCleanup;
sanitizer_symbolizer_win.cc 24 decltype(::SymCleanup) *SymCleanup;
51 // FIXME: We don't call SymCleanup() on exit yet - should we?
73 DBGHELP_IMPORT(SymCleanup);
98 SymCleanup(GetCurrentProcess());
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_dbghelp.h 28 extern decltype(::SymCleanup) *SymCleanup;
sanitizer_symbolizer_win.cpp 23 decltype(::SymCleanup) *SymCleanup;
53 // FIXME: We don't call SymCleanup() on exit yet - should we?
75 DBGHELP_IMPORT(SymCleanup);
100 SymCleanup(GetCurrentProcess());
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
dbghelp.d 53 SymCleanupFunc SymCleanup;
77 sm_inst.SymCleanup = cast(SymCleanupFunc) GetProcAddress(sm_hndl,"SymCleanup");
93 assert( sm_inst.SymInitialize && sm_inst.SymCleanup && sm_inst.StackWalk64 && sm_inst.SymGetOptions &&
imagehlp.d 342 BOOL SymCleanup(HANDLE);

Completed in 30 milliseconds