Lines Matching refs:_Unwind_Context
56 typedef struct _Unwind_Context _Unwind_Context; // opaque typedef
112 struct _Unwind_Context* context);
116 struct _Unwind_Context *context);
118 struct _Unwind_Context; // opaque
149 struct _Unwind_Context* context,
154 _Unwind_Exception *exceptionObject, struct _Unwind_Context *context);
200 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
205 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
210 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
217 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
218 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
220 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
221 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
239 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR()
246 void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR()
252 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
258 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) { in _Unwind_SetIP()
264 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
266 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context);
301 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
308 extern uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
317 extern uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
352 extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context)
354 extern uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context)