Lines Matching refs:_Unwind_Context
64 struct _Unwind_Context;
158 struct _Unwind_Context *,
164 struct _Unwind_Context *);
167 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
199 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
205 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
212 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR()
219 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR()
225 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP()
231 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()
236 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
237 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
239 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *);
240 void _Unwind_SetIP(struct _Unwind_Context *, _Unwind_Word);
244 _Unwind_Word _Unwind_GetIPInfo(struct _Unwind_Context *, int *);
246 _Unwind_Word _Unwind_GetCFA(struct _Unwind_Context *);
248 _Unwind_Word _Unwind_GetBSP(struct _Unwind_Context *);
250 void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context *);
252 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
282 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *)
284 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *)
311 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *);
312 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *);