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

  /src/external/gpl3/gcc/dist/libgcc/
unwind-compat.c 164 _Unwind_RaiseException(struct _Unwind_Exception *exc)
168 symver (_Unwind_RaiseException, GCC_3.0);
unwind-seh.c 324 /* In _Unwind_RaiseException we return _URC_FATAL_PHASE1_ERROR. */
332 _Unwind_RaiseException (struct _Unwind_Exception *exc)
401 return _Unwind_RaiseException (exc);
unwind-sjlj.c 323 #define _Unwind_RaiseException _Unwind_SjLj_RaiseException
unwind-dw2.c 1493 alias (_Unwind_RaiseException);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-compat.c 164 _Unwind_RaiseException(struct _Unwind_Exception *exc)
168 symver (_Unwind_RaiseException, GCC_3.0);
unwind-seh.c 324 /* In _Unwind_RaiseException we return _URC_FATAL_PHASE1_ERROR. */
332 _Unwind_RaiseException (struct _Unwind_Exception *exc)
401 _Unwind_RaiseException (exc);
unwind-sjlj.c 323 #define _Unwind_RaiseException _Unwind_SjLj_RaiseException
unwind-dw2.c 1750 alias (_Unwind_RaiseException);
  /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);
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 541 alias (_Unwind_RaiseException);
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 541 alias (_Unwind_RaiseException);
  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
unwind-cr16.c 1683 alias (_Unwind_RaiseException);
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
unwind-ia64.c 2480 alias (_Unwind_RaiseException);
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.c 2480 alias (_Unwind_RaiseException);

Completed in 38 milliseconds