Searched refs:SymGetModuleBase64 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_dbghelp.h33 extern decltype(::SymGetModuleBase64) *SymGetModuleBase64; member in namespace:__sanitizer
H A Dsanitizer_unwind_win.cc68 SymGetModuleBase64, NULL) &&
H A Dsanitizer_symbolizer_win.cc28 decltype(::SymGetModuleBase64) *SymGetModuleBase64; member in namespace:__sanitizer
77 DBGHELP_IMPORT(SymGetModuleBase64);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_dbghelp.h31 extern decltype(::SymGetModuleBase64) *SymGetModuleBase64; member in namespace:__sanitizer
H A Dsanitizer_unwind_win.cc66 SymGetModuleBase64, NULL) &&
H A Dsanitizer_symbolizer_win.cc26 decltype(::SymGetModuleBase64) *SymGetModuleBase64; member in namespace:__sanitizer
75 DBGHELP_IMPORT(SymGetModuleBase64);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_dbghelp.h32 extern decltype(::SymGetModuleBase64) *SymGetModuleBase64; member in namespace:__sanitizer
H A Dsanitizer_unwind_win.cpp76 SymGetModuleBase64, NULL) &&
H A Dsanitizer_symbolizer_win.cpp27 decltype(::SymGetModuleBase64) *SymGetModuleBase64; member in namespace:__sanitizer
79 DBGHELP_IMPORT(SymGetModuleBase64);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddbghelp.d59 SymGetModuleBase64Func SymGetModuleBase64;
83 sm_inst.SymGetModuleBase64 = cast(SymGetModuleBase64Func) GetProcAddress(sm_hndl,"SymGetModuleBase64");
95 sm_inst.SymGetModuleBase64 && sm_inst.SymGetModuleInfo64 && sm_inst.SymGetSymFromAddr64 &&
H A Dstacktrace.d331 immutable base = DbgHelp.get().SymGetModuleBase64(hProcess, p.addr);

Completed in 165 milliseconds