Home
last modified time | relevance | path

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

/third_party/libunwind/src/unwind/
DGetIP.c29 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() function
38 ALIAS (_Unwind_GetIP);
/third_party/boost/boost/stacktrace/detail/
Dcollect_unwind.ipp46 // Note: do not write `::_Unwind_GetIP` because it is a macro on some platforms.
47 // Use `_Unwind_GetIP` instead!
51 return _Unwind_GetIP(context) ? ::_URC_NO_REASON : ::_URC_END_OF_STACK;
55 _Unwind_GetIP(context)
/third_party/libunwind/include/
Dunwind.h93 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *);
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dbacktrace.c22 _Unwind_Word pc = _Unwind_GetIP(context); in unwind_callback()
/third_party/libunwind/tests/
Dcheck-namespace.sh.in335 match _Unwind_GetIP
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DSignals.inc368 void *IP = (void *)_Unwind_GetIP(Context);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DSignals.inc530 void *IP = (void *)_Unwind_GetIP(Context);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1058 + uintptr_t ip = _Unwind_GetIP(context);