Home
last modified time | relevance | path

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

12

/external/libunwind/doc/
DMakefile.am18 unw_regname.man unw_resume.man \
43 unw_regname.tex unw_resume.tex unw_set_caching_policy.tex \
/external/libunwind/
DTODO60 + unw_resume() must at least restore gp (r1)! consider restoring all
64 + implement unw_resume() for the case where the current register frame is split
66 + document restricions on using unw_resume():
67 + implement remote cases of unw_resume()
/external/libunwind/src/mips/
DGresume.c42 unw_resume (unw_cursor_t *cursor) in unw_resume() function
/external/libunwind/tests/
Dtest-static-link-gen.c40 (void *) &unw_resume,
Dtest-static-link-loc.c58 (void *) &unw_resume,
Dia64-test-sig.c75 unw_resume (&cursor); /* update context & return to caller of sighandler() */ in sighandler()
DGtest-exc.c72 unw_resume (&cursor); /* transfer control to exception handler */ in raise_exception()
DGtest-resume-sig.c123 unw_resume (&c); in handler()
DGia64-test-rbs.c127 ret = unw_resume (&c); in unwind_and_resume()
/external/libunwind/src/ppc32/
DGresume.c65 unw_resume (unw_cursor_t *cursor) in unw_resume() function
/external/libunwind/src/ppc64/
DGresume.c65 unw_resume (unw_cursor_t *cursor) in unw_resume() function
/external/libunwind/include/
Dlibunwind-common.h249 #define unw_resume UNW_OBJ(resume) macro
277 extern int unw_resume (unw_cursor_t *);
Dlibunwind-common.h.in216 #define unw_resume UNW_OBJ(resume) macro
242 extern int unw_resume (unw_cursor_t *);
/external/libunwind/src/x86/
DGresume.c70 unw_resume (unw_cursor_t *cursor) in unw_resume() function
/external/libunwind/src/setjmp/
Dlongjmp.c93 unw_resume (&c); in _longjmp()
Dsiglongjmp.c120 unw_resume (&c); in siglongjmp()
/external/libunwind/src/x86_64/
DGresume.c102 unw_resume (unw_cursor_t *cursor) in unw_resume() function
/external/libunwind/src/unwind/
Dunwind-internal.h140 unw_resume (&context->cursor); in _Unwind_Phase2()
/external/libunwind/src/hppa/
DGresume.c125 unw_resume (unw_cursor_t *cursor) in unw_resume() function
/external/libunwind_llvm/src/
DUnwindLevel1.c220 unw_resume(cursor); in unwind_phase2()
311 unw_resume(cursor); in unwind_phase2_forced()
Dlibunwind.cpp249 _LIBUNWIND_EXPORT int unw_resume(unw_cursor_t *cursor) { in unw_resume() function
/external/libunwind/src/arm/
DGresume.c140 unw_resume (unw_cursor_t *cursor) in unw_resume() function
/external/libunwind/src/sh/
DGresume.c147 unw_resume (unw_cursor_t *cursor) in unw_resume() function
/external/libunwind/src/aarch64/
DGresume.c159 unw_resume (unw_cursor_t *cursor) in unw_resume() function
/external/libunwind_llvm/include/
Dlibunwind.h109 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL;

12