Lines Matching defs:context
176 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR()
184 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused))) in _Unwind_GetCFA()
203 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR()
211 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP()
217 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo()
229 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) in _Unwind_SetIP()
235 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData()
241 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart()
254 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetDataRelBase()
260 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetTextRelBase()
267 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_frame_state_for()
282 uw_update_context (struct _Unwind_Context *context, in uw_update_context()
289 uw_advance_context (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_advance_context()
296 uw_init_context (struct _Unwind_Context *context) in uw_init_context()
311 uw_identify_context (struct _Unwind_Context *context) in uw_identify_context()