Searched refs:_Unwind_Context (Results 1 – 23 of 23) sorted by relevance
/third_party/libunwind/include/ |
D | unwind.h | 62 struct _Unwind_Context; /* opaque data-structure */ 71 struct _Unwind_Context *, 91 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int); 92 extern void _Unwind_SetGR (struct _Unwind_Context *, int, unsigned long); 93 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *); 94 extern unsigned long _Unwind_GetIPInfo (struct _Unwind_Context *, int *); 95 extern void _Unwind_SetIP (struct _Unwind_Context *, unsigned long); 96 extern unsigned long _Unwind_GetLanguageSpecificData (struct _Unwind_Context*); 97 extern unsigned long _Unwind_GetRegionStart (struct _Unwind_Context *); 103 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *, [all …]
|
/third_party/libunwind/src/unwind/ |
D | unwind-internal.h | 42 struct _Unwind_Context *); 44 struct _Unwind_Context { struct 59 struct _Unwind_Context *context) in _Unwind_Phase2() argument
|
D | GetTextRelBase.c | 29 _Unwind_GetTextRelBase (struct _Unwind_Context *context) in _Unwind_GetTextRelBase() 34 unsigned long __libunwind_Unwind_GetTextRelBase (struct _Unwind_Context *)
|
D | SetIP.c | 29 _Unwind_SetIP (struct _Unwind_Context *context, unsigned long new_value) in _Unwind_SetIP() 34 void __libunwind_Unwind_SetIP (struct _Unwind_Context *, unsigned long)
|
D | GetIP.c | 29 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() 37 unsigned long __libunwind_Unwind_GetIP (struct _Unwind_Context *)
|
D | GetCFA.c | 29 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA() 37 unsigned long __libunwind_Unwind_GetCFA (struct _Unwind_Context *)
|
D | GetBSP.c | 29 _Unwind_GetBSP (struct _Unwind_Context *context) in _Unwind_GetBSP() 41 unsigned long __libunwind_Unwind_GetBSP (struct _Unwind_Context *)
|
D | GetLanguageSpecificData.c | 29 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData() 39 __libunwind_Unwind_GetLanguageSpecificData (struct _Unwind_Context *)
|
D | GetDataRelBase.c | 29 _Unwind_GetDataRelBase (struct _Unwind_Context *context) in _Unwind_GetDataRelBase() 38 unsigned long __libunwind_Unwind_GetDataRelBase (struct _Unwind_Context *)
|
D | GetRegionStart.c | 29 _Unwind_GetRegionStart (struct _Unwind_Context *context) in _Unwind_GetRegionStart() 38 unsigned long __libunwind_Unwind_GetRegionStart (struct _Unwind_Context *)
|
D | GetGR.c | 29 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 42 unsigned long __libunwind_Unwind_GetGR (struct _Unwind_Context *, int)
|
D | GetIPInfo.c | 32 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() 41 unsigned long __libunwind_Unwind_GetIPInfo (struct _Unwind_Context *, int *)
|
D | SetGR.c | 32 _Unwind_SetGR (struct _Unwind_Context *context, int index, in _Unwind_SetGR() 46 void __libunwind_Unwind_SetGR (struct _Unwind_Context *, int, unsigned long)
|
D | Resume.c | 31 struct _Unwind_Context context; in _Unwind_Resume()
|
D | Resume_or_Rethrow.c | 31 struct _Unwind_Context context; in _Unwind_Resume_or_Rethrow()
|
D | Backtrace.c | 31 struct _Unwind_Context context; in _Unwind_Backtrace()
|
D | ForcedUnwind.c | 32 struct _Unwind_Context context; in _Unwind_ForcedUnwind()
|
D | RaiseException.c | 33 struct _Unwind_Context context; in _Unwind_RaiseException()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
D | backtrace.c | 19 static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context *context, void *arg) in unwind_callback()
|
/third_party/boost/boost/stacktrace/detail/ |
D | collect_unwind.ipp | 45 inline _Unwind_Reason_Code unwind_callback(::_Unwind_Context* context, void* arg) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Signals.inc | 366 auto HandleFrame = [&](_Unwind_Context *Context) -> _Unwind_Reason_Code { 382 [](_Unwind_Context *Context, void *Handler) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Signals.inc | 528 auto HandleFrame = [&](_Unwind_Context *Context) -> _Unwind_Reason_Code { 544 [](_Unwind_Context *Context, void *Handler) {
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 1056 +_Unwind_Reason_Code TraceStackFrame(_Unwind_Context* context, void* arg) {
|