Lines Matching defs:_Unwind_Context

56 typedef struct _Unwind_Context _Unwind_Context;   // opaque
112 struct _Unwind_Context* context);
117 struct _Unwind_Context* context);
119 struct _Unwind_Context; // opaque
150 struct _Unwind_Context* context,
158 struct _Unwind_Context* context);
204 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
209 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
214 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
221 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
222 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
224 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
225 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
243 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
245 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) {
252 void _Unwind_SetGR(struct _Unwind_Context *context, int index,
255 void _Unwind_SetGR(struct _Unwind_Context *context, int index,
261 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) ;
263 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
269 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value);
271 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) {
277 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
279 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context);
314 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
321 extern uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
330 extern uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
365 extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context)
367 extern uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context)