Lines Matching defs:context
177 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR()
185 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused))) in _Unwind_GetCFA()
204 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR()
212 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP()
218 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo()
230 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) in _Unwind_SetIP()
236 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData()
242 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart()
255 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetDataRelBase()
261 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetTextRelBase()
268 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_frame_state_for()
283 uw_update_context (struct _Unwind_Context *context, in uw_update_context()
290 uw_advance_context (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_advance_context()
297 uw_init_context (struct _Unwind_Context *context) in uw_init_context()
311 uw_identify_context (struct _Unwind_Context *context) in uw_identify_context()