Lines Matching refs:context

176 _Unwind_VRS_Result _Unwind_VRS_Get (_Unwind_Context *context,
182 phase1_vrs *vrs = (phase1_vrs *) context;
207 _Unwind_VRS_Result _Unwind_VRS_Set (_Unwind_Context *context,
213 phase1_vrs *vrs = (phase1_vrs *) context;
239 _Unwind_VRS_Result _Unwind_VRS_Pop (_Unwind_Context *context,
244 phase1_vrs *vrs = (phase1_vrs *) context;
597 _Unwind_GetCFA (_Unwind_Context *context)
599 return ((phase1_vrs *) context)->prev_sp;
734 unwind_UCB_from_context (_Unwind_Context * context)
736 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP);
781 /* The dwarf unwinder assumes the context structure holds things
817 _Unwind_Context *context,
874 addr = _Unwind_GetGR (context, R_PC);
895 _Unwind_SetGR (context, R_PC, lp);
930 _Unwind_GetGR (context, R_SP);
938 else if (ucbp->barrier_cache.sp == _Unwind_GetGR (context, R_SP)
946 _Unwind_SetGR (context, R_PC, lp);
947 _Unwind_SetGR (context, 0, (_uw) ucbp);
979 _Unwind_GetGR (context, R_SP);
987 else if (ucbp->barrier_cache.sp == _Unwind_GetGR (context, R_SP)
1006 _Unwind_SetGR (context, R_PC, lp);
1007 _Unwind_SetGR (context, 0, (_uw) ucbp);
1024 if (__gnu_unwind_execute (context, &uws) != _URC_OK)
1030 _Unwind_SetGR (context, R_LR, _Unwind_GetGR (context, R_PC));
1031 _Unwind_SetGR (context, R_PC, (_uw) &__cxa_call_unexpected);
1044 _Unwind_Context *context)
1046 return __gnu_unwind_pr_common (state, ucbp, context, 0);
1052 _Unwind_Context *context)
1054 return __gnu_unwind_pr_common (state, ucbp, context, 1);
1060 _Unwind_Context *context)
1062 return __gnu_unwind_pr_common (state, ucbp, context, 2);
1067 _Unwind_GetDataRelBase (_Unwind_Context *context __attribute__ ((unused)))
1073 _Unwind_GetTextRelBase (_Unwind_Context *context __attribute__ ((unused)))
1081 _Unwind_GetIP (struct _Unwind_Context *context)
1083 return _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1;
1087 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
1090 return _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1;