Searched refs:unw_resume (Results 1 - 25 of 25) sorted by relevance

/external/libunwind/src/mips/
H A DGresume.c42 unw_resume (unw_cursor_t *cursor) function
/external/libunwind/src/ppc32/
H A DGresume.c65 unw_resume (unw_cursor_t *cursor) function
/external/libunwind/src/ppc64/
H A DGresume.c65 unw_resume (unw_cursor_t *cursor) function
/external/libunwind/tests/
H A Dtest-static-link-gen.c40 (void *) &unw_resume,
H A Dtest-static-link-loc.c58 (void *) &unw_resume,
H A DGtest-exc.c72 unw_resume (&cursor); /* transfer control to exception handler */
H A Dia64-test-sig.c75 unw_resume (&cursor); /* update context & return to caller of sighandler() */
77 panic ("unexpected return from unw_resume()!\n");
H A DGtest-resume-sig.c24 /* Verify that unw_resume() restores the signal mask at proper time. */
123 unw_resume (&c);
H A DGia64-test-rbs.c127 ret = unw_resume (&c);
128 panic ("unw_resume() returned (ret=%d)!!\n", ret);
/external/libunwind/src/setjmp/
H A Dlongjmp.c93 unw_resume (&c);
H A Dsiglongjmp.c89 /* Order of evaluation is important here: if unw_resume()
120 unw_resume (&c);
/external/libunwind/src/x86/
H A DGresume.c70 unw_resume (unw_cursor_t *cursor) function
/external/libunwind/src/x86_64/
H A DGresume.c102 unw_resume (unw_cursor_t *cursor) function
/external/libunwind/src/unwind/
H A Dunwind-internal.h140 unw_resume (&context->cursor);
/external/libunwind/include/
H A Dlibunwind-common.h.in216 #define unw_resume UNW_OBJ(resume)
242 extern int unw_resume (unw_cursor_t *);
H A Dlibunwind-common.h238 #define unw_resume UNW_OBJ(resume) macro
265 extern int unw_resume (unw_cursor_t *);
/external/libunwind/src/arm/
H A DGresume.c140 unw_resume (unw_cursor_t *cursor) function
/external/libunwind/src/hppa/
H A DGresume.c125 unw_resume (unw_cursor_t *cursor) function
/external/libunwind/src/sh/
H A DGresume.c147 unw_resume (unw_cursor_t *cursor) function
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c207 unw_resume(&cursor2);
208 // unw_resume() only returns if there was an error.
296 unw_resume(&cursor2);
H A Dlibunwind.cpp243 _LIBUNWIND_EXPORT int unw_resume(unw_cursor_t *cursor) { function
244 _LIBUNWIND_TRACE_API("unw_resume(cursor=%p)\n", cursor);
H A DUnwind-EHABI.cpp664 unw_resume(&cursor2);
665 // unw_resume() only returns if there was an error.
/external/libcxxabi/include/
H A Dlibunwind.h101 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL;
/external/libunwind/src/aarch64/
H A DGresume.c159 unw_resume (unw_cursor_t *cursor) function
/external/libunwind/src/ia64/
H A DGresume.c263 unw_resume (unw_cursor_t *cursor) function

Completed in 386 milliseconds