Lines Matching refs:_Unwind_Context
109 struct _Unwind_Context;
118 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
135 (struct _Unwind_Context *, void *);
144 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int);
145 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);
147 extern _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *);
148 extern void _Unwind_SetIP (struct _Unwind_Context *, _Unwind_Ptr);
151 extern _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
153 extern void *_Unwind_GetLanguageSpecificData (struct _Unwind_Context *);
155 extern _Unwind_Ptr _Unwind_GetRegionStart (struct _Unwind_Context *);
174 struct _Unwind_Exception *, struct _Unwind_Context *);
197 _Unwind_GetDataRelBase (struct _Unwind_Context *_C) in _Unwind_GetDataRelBase()
204 _Unwind_GetTextRelBase (struct _Unwind_Context *_C) in _Unwind_GetTextRelBase()
211 extern _Unwind_Word _Unwind_GetBSP (struct _Unwind_Context *);
213 extern _Unwind_Ptr _Unwind_GetDataRelBase (struct _Unwind_Context *);
214 extern _Unwind_Ptr _Unwind_GetTextRelBase (struct _Unwind_Context *);