Lines Matching refs:_Unwind_Context
62 struct _Unwind_Context; /* opaque data-structure */
71 struct _Unwind_Context *,
94 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
95 extern void _Unwind_SetGR (struct _Unwind_Context *, int, unsigned long);
96 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *);
97 extern unsigned long _Unwind_GetIPInfo (struct _Unwind_Context *, int *);
98 extern void _Unwind_SetIP (struct _Unwind_Context *, unsigned long);
99 extern unsigned long _Unwind_GetLanguageSpecificData (struct _Unwind_Context*);
100 extern unsigned long _Unwind_GetRegionStart (struct _Unwind_Context *);
106 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *,
121 extern unsigned long _Unwind_GetBSP (struct _Unwind_Context *);
125 extern unsigned long _Unwind_GetCFA (struct _Unwind_Context *);
128 extern unsigned long _Unwind_GetDataRelBase (struct _Unwind_Context *);
131 extern unsigned long _Unwind_GetTextRelBase (struct _Unwind_Context *);
159 struct _Unwind_Context *context);
165 struct _Unwind_Context *context)\