Lines Matching refs:_Unwind_Context
63 struct _Unwind_Context;
99 struct _Unwind_Context *context);
111 struct _Unwind_Context *context,
161 struct _Unwind_Context *ctx, void *_Sa)
277 uint64_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
279 void _Unwind_SetGR(struct _Unwind_Context *context, int index,
282 uint64_t _Unwind_GetCFA(struct _Unwind_Context *context);
284 uint64_t _Unwind_GetIP(struct _Unwind_Context *context);
286 void _Unwind_SetIP(struct _Unwind_Context *context, uint64_t new_value);
288 void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context *context);
290 uint64_t _Unwind_GetRegionStart(struct _Unwind_Context *context);