Lines Matching defs:context
76 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA()
87 _Unwind_GetBSP (struct _Unwind_Context * context) in _Unwind_GetBSP()
97 _Unwind_GetDataRelBase (struct _Unwind_Context *context) in _Unwind_GetDataRelBase()
107 _Unwind_GetTextRelBase (struct _Unwind_Context *context) in _Unwind_GetTextRelBase()
118 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR()
127 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP()
134 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo()
144 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData()
154 _Unwind_GetRegionStart (struct _Unwind_Context *context) in _Unwind_GetRegionStart()
193 _Unwind_SetGR (struct _Unwind_Context *context, int index, in _Unwind_SetGR()
204 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) in _Unwind_SetIP()