OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Unwind_SjLj_Resume
(Results
1 - 2
of
2
) sorted by null
/external/libunwind_llvm/src/
Unwind-sjlj.c
310
_Unwind_SjLj_Resume
(struct _Unwind_Exception *exception_object) {
311
_LIBUNWIND_TRACE_API("
_Unwind_SjLj_Resume
(ex_obj=%p)\n", exception_object);
321
_LIBUNWIND_ABORT("
_Unwind_SjLj_Resume
() can't return");
342
_Unwind_SjLj_Resume
(exception_object);
344
"
_Unwind_SjLj_Resume
() which unexpectedly returned");
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c
310
_Unwind_SjLj_Resume
(struct _Unwind_Exception *exception_object) {
311
_LIBUNWIND_TRACE_API("
_Unwind_SjLj_Resume
(ex_obj=%p)\n", exception_object);
321
_LIBUNWIND_ABORT("
_Unwind_SjLj_Resume
() can't return");
342
_Unwind_SjLj_Resume
(exception_object);
344
"
_Unwind_SjLj_Resume
() which unexpectedly returned");
Completed in 278 milliseconds