Lines Matching refs:_Unwind_Context
78 struct _Unwind_Context;
127 struct _Unwind_Context *,
132 struct _Unwind_Context *);
135 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
170 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
176 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context,
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR()
190 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR()
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP()
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP()
207 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
208 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
210 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *);
211 void _Unwind_SetIP(struct _Unwind_Context *, _Unwind_Word);
215 _Unwind_Word _Unwind_GetIPInfo(struct _Unwind_Context *, int *);
217 _Unwind_Word _Unwind_GetCFA(struct _Unwind_Context *);
219 _Unwind_Word _Unwind_GetBSP(struct _Unwind_Context *);
221 void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context *);
223 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
254 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *)
256 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *)
283 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *);
284 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *);