Lines Matching defs:_Unwind_Context

58 typedef struct _Unwind_Context _Unwind_Context;   // opaque
111 struct _Unwind_Context* context);
116 struct _Unwind_Context* context);
118 struct _Unwind_Context; // opaque
142 struct _Unwind_Context* context,
150 struct _Unwind_Context* context);
196 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
201 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
206 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
210 static inline uintptr_t _Unwind_GetGR(struct _Unwind_Context* context,
217 static inline void _Unwind_SetGR(struct _Unwind_Context* context, int index,
223 static inline uintptr_t _Unwind_GetIP(struct _Unwind_Context* context) {
228 static inline void _Unwind_SetIP(struct _Unwind_Context* context,
234 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
235 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
237 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
238 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
241 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
243 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context);
278 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
285 extern uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
294 extern uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
329 extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context)
331 extern uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context)