HomeSort by relevance Sort by last modified time
    Searched defs:_Unwind_RaiseException (Results 1 - 5 of 5) sorted by null

  /external/libunwind/src/unwind/
RaiseException.c 30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object)
120 ALIAS (_Unwind_RaiseException);
  /external/libunwind_llvm/src/
UnwindLevel1.c 44 // _Unwind_RaiseException).
141 // _Unwind_RaiseException).
345 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
346 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)\n",
367 /// When _Unwind_RaiseException() is in phase2, it hands control
Unwind-EHABI.cpp 456 // _Unwind_RaiseException).
570 // _Unwind_RaiseException or _Unwind_Resume).
704 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
705 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)\n",
729 /// When _Unwind_RaiseException() is in phase2, it hands control
747 // _Unwind_RaiseException on EHABI will always set the reserved1 field to 0,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c 37 // _Unwind_RaiseException).
134 // _Unwind_RaiseException).
338 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
339 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)\n",
360 /// When _Unwind_RaiseException() is in phase2, it hands control
Unwind-EHABI.cpp 448 // _Unwind_RaiseException).
561 // _Unwind_RaiseException or _Unwind_Resume).
693 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
694 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)\n",
718 /// When _Unwind_RaiseException() is in phase2, it hands control
736 // _Unwind_RaiseException on EHABI will always set the reserved1 field to 0,
    [all...]

Completed in 67 milliseconds