Home
last modified time | relevance | path

Searched refs:_URC_END_OF_STACK (Results 1 – 12 of 12) sorted by relevance

/external/libunwind_llvm/src/
DUnwindLevel1-gcc-ext.c131 _URC_END_OF_STACK); in _Unwind_Backtrace()
132 return _URC_END_OF_STACK; in _Unwind_Backtrace()
138 return _URC_END_OF_STACK; in _Unwind_Backtrace()
151 return _URC_END_OF_STACK; in _Unwind_Backtrace()
155 return _URC_END_OF_STACK; in _Unwind_Backtrace()
DUnwind-sjlj.c85 return _URC_END_OF_STACK; in unwind_phase1()
142 return _URC_END_OF_STACK; in unwind_phase2()
207 return _URC_END_OF_STACK; in unwind_phase2_forced()
DUnwindLevel1.c50 return _URC_END_OF_STACK; in unwind_phase1()
147 return _URC_END_OF_STACK; in unwind_phase2()
DUnwind-EHABI.cpp462 return _URC_END_OF_STACK; in unwind_phase1()
594 return _URC_END_OF_STACK; in unwind_phase2()
/external/libunwind/src/unwind/
DBacktrace.c47 ret = _URC_END_OF_STACK; in _Unwind_Backtrace()
DRaiseException.c59 ret = _URC_END_OF_STACK; in _Unwind_RaiseException()
/external/libunwind/include/
Dunwind.h47 _URC_END_OF_STACK = 5, enumerator
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc77 #define UNWIND_STOP _URC_END_OF_STACK
/external/clang/lib/Headers/
Dunwind.h88 _URC_END_OF_STACK = 5, enumerator
/external/libunwind_llvm/include/
Dunwind.h35 _URC_END_OF_STACK = 5, enumerator
/external/jemalloc/src/
Dprof.c344 return (_URC_END_OF_STACK); in prof_unwind_callback()
348 return (_URC_END_OF_STACK); in prof_unwind_callback()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp97 _URC_END_OF_STACK = 5, enumerator