HomeSort by: relevance | last modified time | path
    Searched defs:_Unwind_RaiseException (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libunwind/
libunwind.cxx 36 // First frame is _Unwind_RaiseException and skipped.
85 // First frame is _Unwind_RaiseException and skipped.
140 // First frame is _Unwind_RaiseException and skipped.
193 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *exc) {
238 // In that case, call _Unwind_RaiseException() as if
246 return _Unwind_RaiseException(exc);
libunwind.cxx 36 // First frame is _Unwind_RaiseException and skipped.
85 // First frame is _Unwind_RaiseException and skipped.
140 // First frame is _Unwind_RaiseException and skipped.
193 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *exc) {
238 // In that case, call _Unwind_RaiseException() as if
246 return _Unwind_RaiseException(exc);

Completed in 21 milliseconds