Home
last modified time | relevance | path

Searched refs:_Unwind_Context (Results 1 – 23 of 23) sorted by relevance

/third_party/libunwind/include/
Dunwind.h62 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/
Dunwind-internal.h42 struct _Unwind_Context *);
44 struct _Unwind_Context { struct
59 struct _Unwind_Context *context) in _Unwind_Phase2() argument
DGetTextRelBase.c29 _Unwind_GetTextRelBase (struct _Unwind_Context *context) in _Unwind_GetTextRelBase()
34 unsigned long __libunwind_Unwind_GetTextRelBase (struct _Unwind_Context *)
DSetIP.c29 _Unwind_SetIP (struct _Unwind_Context *context, unsigned long new_value) in _Unwind_SetIP()
34 void __libunwind_Unwind_SetIP (struct _Unwind_Context *, unsigned long)
DGetIP.c29 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP()
37 unsigned long __libunwind_Unwind_GetIP (struct _Unwind_Context *)
DGetCFA.c29 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA()
37 unsigned long __libunwind_Unwind_GetCFA (struct _Unwind_Context *)
DGetBSP.c29 _Unwind_GetBSP (struct _Unwind_Context *context) in _Unwind_GetBSP()
41 unsigned long __libunwind_Unwind_GetBSP (struct _Unwind_Context *)
DGetLanguageSpecificData.c29 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData()
39 __libunwind_Unwind_GetLanguageSpecificData (struct _Unwind_Context *)
DGetDataRelBase.c29 _Unwind_GetDataRelBase (struct _Unwind_Context *context) in _Unwind_GetDataRelBase()
38 unsigned long __libunwind_Unwind_GetDataRelBase (struct _Unwind_Context *)
DGetRegionStart.c29 _Unwind_GetRegionStart (struct _Unwind_Context *context) in _Unwind_GetRegionStart()
38 unsigned long __libunwind_Unwind_GetRegionStart (struct _Unwind_Context *)
DGetGR.c29 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR()
42 unsigned long __libunwind_Unwind_GetGR (struct _Unwind_Context *, int)
DGetIPInfo.c32 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo()
41 unsigned long __libunwind_Unwind_GetIPInfo (struct _Unwind_Context *, int *)
DSetGR.c32 _Unwind_SetGR (struct _Unwind_Context *context, int index, in _Unwind_SetGR()
46 void __libunwind_Unwind_SetGR (struct _Unwind_Context *, int, unsigned long)
DResume.c31 struct _Unwind_Context context; in _Unwind_Resume()
DResume_or_Rethrow.c31 struct _Unwind_Context context; in _Unwind_Resume_or_Rethrow()
DBacktrace.c31 struct _Unwind_Context context; in _Unwind_Backtrace()
DForcedUnwind.c32 struct _Unwind_Context context; in _Unwind_ForcedUnwind()
DRaiseException.c33 struct _Unwind_Context context; in _Unwind_RaiseException()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dbacktrace.c19 static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context *context, void *arg) in unwind_callback()
/third_party/boost/boost/stacktrace/detail/
Dcollect_unwind.ipp45 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/
DSignals.inc366 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/
DSignals.inc528 auto HandleFrame = [&](_Unwind_Context *Context) -> _Unwind_Reason_Code {
544 [](_Unwind_Context *Context, void *Handler) {
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1056 +_Unwind_Reason_Code TraceStackFrame(_Unwind_Context* context, void* arg) {