Searched refs:__gnu_unwind_frame (Results 1 – 5 of 5) sorted by relevance
163 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *,173 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind()
80 __gnu_unwind_frame;
190 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception*, struct _Unwind_Context*);
118 if (__gnu_unwind_frame(ex, context) != _URC_OK) { return _URC_FAILURE; } in continueUnwinding()
1197 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame() function