Home | History | Annotate | Download | only in libunwind

Lines Matching refs:_Unwind_Context

40 struct _Unwind_Context;
51 struct _Unwind_Context *,
57 struct _Unwind_Context *);
75 uintptr_t _Unwind_GetGR(struct _Unwind_Context *, int);
76 void _Unwind_SetGR(struct _Unwind_Context *, int, uintptr_t);
77 uintptr_t _Unwind_GetIP(struct _Unwind_Context *);
78 uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *, int *);
79 uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
80 void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t);
81 uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *);
82 uintptr_t _Unwind_GetLanguageSpecificData(struct _Unwind_Context *);
83 uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *);
84 uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *);
86 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,