Home
last modified time | relevance | path

Searched refs:SymGetModuleBase64 (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DSignals.inc122 static fpSymGetModuleBase64 SymGetModuleBase64;
140 SymGetModuleBase64 = (fpSymGetModuleBase64)
141 ::GetProcAddress(hLib, "SymGetModuleBase64");
380 SymGetModuleBase64, NULL)) {
410 if (!SymGetModuleBase64(hProcess, PC)) {
/external/skia/tools/
DCrashHandler.cpp155 SymGetModuleBase64, in handler()
/external/v8/src/base/debug/
Dstack_trace_win.cc220 &SymFunctionTableAccess64, &SymGetModuleBase64, NULL) && in InitTrace()
/external/v8/src/base/platform/
Dplatform-win32.cc944 V(SymGetModuleBase64)
1011 typedef DWORD64 (__stdcall *DLL_FUNC_TYPE(SymGetModuleBase64))( typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc753 &SymGetModuleBase64, NULL) && in SlowUnwindStackWithContext()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h653 DWORD64 IMAGEAPI SymGetModuleBase64(HANDLE hProcess,DWORD64 qwAddr);
656 #define SymGetModuleBase SymGetModuleBase64
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc173 ::GetProcAddress(hLib, "SymGetModuleBase64");
/external/llvm/lib/Support/Windows/
DSignals.inc172 ::GetProcAddress(hLib, "SymGetModuleBase64");