Searched refs:__gnu_unwind_frame (Results 1 – 10 of 10) sorted by relevance
153 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *,163 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind()
11 __gnu_unwind_frame;
82 __gnu_unwind_frame
223 _Unwind_Reason_Code __gnu_unwind_frame (_Unwind_Control_Block *,
327 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context) in __gnu_unwind_frame() function
190 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception*, struct _Unwind_Context*);
117 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; } in continueUnwinding()
89 if (__gnu_unwind_frame (ue_header, context) != _URC_OK) \
189 if (__gnu_unwind_frame(ue_header, context) != _URC_OK) \
991 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame() function