Searched refs:_Unwind_GetCFA (Results 1 – 4 of 4) sorted by relevance
122 #define _Unwind_GetCFA _SUNW_Unwind_GetCFA macro134 #pragma weak _SUNW_Unwind_GetCFA = _Unwind_GetCFA183 fp = _Unwind_GetCFA(ctx); in _Unw_very_boring_personality()311 exception_object->private_2 = _Unwind_GetCFA(ctx); in _Unwind_RaiseException_Body()326 if (exception_object->private_2 == _Unwind_GetCFA(ctx)) { in _Unwind_RaiseException_Body()533 _Unwind_GetCFA(struct _Unwind_Context *context) in _Unwind_GetCFA() function
59 cfa = _Unwind_GetCFA(context); in posix_stop_func()
165 uint64_t fp = _Unwind_GetCFA(ctx);282 uint64_t _Unwind_GetCFA(struct _Unwind_Context *context);
929 _Unwind_GetCFA;