Searched refs:StackWalk64 (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Signals.inc | 119 static fpStackWalk64 StackWalk64; 138 StackWalk64 = (fpStackWalk64) 139 ::GetProcAddress(hLib, "StackWalk64"); 149 return StackWalk64 != NULL; 378 if (!StackWalk64(machineType, hProcess, hThread, &StackFrame,
|
/external/skia/tools/ |
D | CrashHandler.cpp | 148 while (StackWalk64(machineType, in handler()
|
/external/v8/src/base/debug/ |
D | stack_trace_win.cc | 218 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in InitTrace()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 171 ::GetProcAddress(hLib, "StackWalk64"); 224 // StackWalk64 modifies the incoming stack frame and context, so copy them. 229 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
|
/external/llvm/lib/Support/Windows/ |
D | Signals.inc | 170 ::GetProcAddress(hLib, "StackWalk64"); 223 // StackWalk64 modifies the incoming stack frame and context, so copy them. 228 // at AVX registers, which typically aren't needed by StackWalk64. Reduce the
|
/external/v8/src/base/platform/ |
D | platform-win32.cc | 940 V(StackWalk64) \ 987 typedef BOOL (__stdcall *DLL_FUNC_TYPE(StackWalk64))( typedef
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 751 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(), in SlowUnwindStackWithContext()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 276 …BOOL IMAGEAPI StackWalk64(DWORD MachineType,HANDLE hProcess,HANDLE hThread,LPSTACKFRAME64 StackFra… 283 #define StackWalk StackWalk64
|