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

  /src/sys/arch/arm/include/
ehabi.h 114 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *);
  /src/sys/lib/libunwind/
unwind.h 69 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
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);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.cc 344 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_RaiseException,
346 CHECK(REAL(_Unwind_RaiseException));
348 return REAL(_Unwind_RaiseException)(object);
638 INTERCEPT_FUNCTION(_Unwind_RaiseException);

Completed in 47 milliseconds