Lines Matching refs:_Unwind_Context

185 struct _Unwind_Context
1511 ia64_copy_rbs (struct _Unwind_Context *info, unsigned long dst,
1581 unw_access_gr (struct _Unwind_Context *info, int regnum,
1676 _Unwind_GetGR (struct _Unwind_Context *context, int index)
1694 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
1709 _Unwind_GetIP (struct _Unwind_Context *context)
1715 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
1724 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
1730 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
1736 _Unwind_GetRegionStart (struct _Unwind_Context *context)
1759 _Unwind_GetCFA (struct _Unwind_Context *context)
1767 _Unwind_GetBSP (struct _Unwind_Context *context)
1778 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs)
1877 uw_update_reg_address (struct _Unwind_Context *context,
2026 uw_update_context (struct _Unwind_Context *context, _Unwind_FrameState *fs)
2079 uw_advance_context (struct _Unwind_Context *context, _Unwind_FrameState *fs)
2097 uw_init_context_1 (struct _Unwind_Context *context, void *bsp)
2117 memset (context, 0, sizeof (struct _Unwind_Context));
2138 uw_install_context (struct _Unwind_Context *current __attribute__((unused)),
2139 struct _Unwind_Context *target)
2171 /* Provide assembly with the offsets into the _Unwind_Context. */
2173 : : "i"(offsetof (struct _Unwind_Context, rnat)));
2175 : : "i"(offsetof (struct _Unwind_Context, bsp)));
2177 : : "i"(offsetof (struct _Unwind_Context, psp)));
2179 : : "i"(offsetof (struct _Unwind_Context, rp)));
2181 : : "i"(offsetof (struct _Unwind_Context, pr)));
2183 : : "i"(offsetof (struct _Unwind_Context, gp)));
2185 : : "i"(offsetof (struct _Unwind_Context, pfs_loc)));
2187 : : "i"(offsetof (struct _Unwind_Context, unat_loc)));
2189 : : "i"(offsetof (struct _Unwind_Context, lc_loc)));
2191 : : "i"(offsetof (struct _Unwind_Context, fpsr_loc)));
2193 : : "i"(offsetof (struct _Unwind_Context, eh_data)));
2195 : : "i"(offsetof (struct _Unwind_Context, br_loc)));
2197 : : "i"(offsetof (struct _Unwind_Context, fr_loc)));
2402 uw_identify_context (struct _Unwind_Context *context)