Lines Matching refs:_Unwind_Context
58 typedef struct _Unwind_Context _Unwind_Context; typedef
107 void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context*);
131 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context,
136 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *context,
143 extern unsigned long _Unwind_GetDataRelBase(struct _Unwind_Context *);
146 extern unsigned long _Unwind_GetTextRelBase(struct _Unwind_Context *);
147 extern unsigned long _Unwind_GetRegionStart(struct _Unwind_Context *);
149 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *,
165 static inline unsigned long _Unwind_GetGR(struct _Unwind_Context *context, int reg) in _Unwind_GetGR()
171 static inline void _Unwind_SetGR(struct _Unwind_Context *context, int reg, unsigned long val) in _Unwind_SetGR()
175 static inline unsigned long _Unwind_GetIP(_Unwind_Context *context) in _Unwind_GetIP()
180 static inline void _Unwind_SetIP(_Unwind_Context *context, unsigned long val) in _Unwind_SetIP()
190 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception*, struct _Unwind_Context*);
196 struct _Unwind_Context *context);
201 struct _Unwind_Context *context)\