Lines Matching refs:_Unwind_Context

66 struct _Unwind_Context
79 struct _Unwind_Context. */
103 static void uw_update_context (struct _Unwind_Context *, _Unwind_FrameState *);
104 static _Unwind_Reason_Code uw_frame_state_for (struct _Unwind_Context *,
136 _Unwind_IsSignalFrame (struct _Unwind_Context *context)
142 _Unwind_SetSignalFrame (struct _Unwind_Context *context, int val)
151 _Unwind_IsExtendedContext (struct _Unwind_Context *context)
160 _Unwind_GetGR (struct _Unwind_Context *context, int index)
189 _Unwind_GetPtr (struct _Unwind_Context *context, int index)
197 _Unwind_GetCFA (struct _Unwind_Context *context)
205 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
234 _Unwind_GetGRPtr (struct _Unwind_Context *context, int index)
245 _Unwind_SetGRPtr (struct _Unwind_Context *context, int index, void *p)
256 _Unwind_SetGRValue (struct _Unwind_Context *context, int index,
271 _Unwind_GRByValue (struct _Unwind_Context *context, int index)
280 _Unwind_GetIP (struct _Unwind_Context *context)
289 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
298 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
304 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
310 _Unwind_GetRegionStart (struct _Unwind_Context *context)
328 _Unwind_GetDataRelBase (struct _Unwind_Context *context)
334 _Unwind_GetTextRelBase (struct _Unwind_Context *context)
350 extract_cie_info (const struct dwarf_cie *cie, struct _Unwind_Context *context,
438 struct _Unwind_Context *context, _Unwind_Word initial)
853 struct _Unwind_Context *context,
1092 /* Given the _Unwind_Context CONTEXT for a stack frame, look up the FDE for
1098 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs)
1186 struct _Unwind_Context context;
1190 memset (&context, 0, sizeof (struct _Unwind_Context));
1232 _Unwind_SetSpColumn (struct _Unwind_Context *context, void *cfa,
1248 uw_update_context_1 (struct _Unwind_Context *context, _Unwind_FrameState *fs)
1250 struct _Unwind_Context orig_context = *context;
1370 uw_update_context (struct _Unwind_Context *context, _Unwind_FrameState *fs)
1381 uw_advance_context (struct _Unwind_Context *context, _Unwind_FrameState *fs)
1408 uw_init_context_1 (struct _Unwind_Context *context,
1416 memset (context, 0, sizeof (struct _Unwind_Context));
1464 uw_install_context_1 (struct _Unwind_Context *current,
1465 struct _Unwind_Context *target)
1520 uw_identify_context (struct _Unwind_Context *context)