Home | History | Annotate | Download | only in include

Lines Matching defs:_Unwind_Context

78   typedef struct _Unwind_Context _Unwind_Context;
169 _Unwind_Control_Block *, _Unwind_Context *);
171 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
175 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
179 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
187 void * _Unwind_GetLanguageSpecificData (_Unwind_Context *);
188 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
191 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
192 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
201 _Unwind_Control_Block *, struct _Unwind_Context *, void *);
207 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (_Unwind_Context *, void *);
211 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
216 _Unwind_Context *);
217 _Unwind_Reason_Code __gnu_unwind_execute (_Unwind_Context *,
245 _Unwind_GetGR (_Unwind_Context *context, int regno)
260 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)