HomeSort by relevance Sort by last modified time
    Searched refs:unw_resume (Results 1 - 25 of 29) sorted by null

1 2

  /external/libunwind/src/mips/
Gresume.c 42 unw_resume (unw_cursor_t *cursor) function
  /external/libunwind/src/ppc32/
Gresume.c 65 unw_resume (unw_cursor_t *cursor) function
  /external/libunwind/src/ppc64/
Gresume.c 65 unw_resume (unw_cursor_t *cursor) function
  /external/libunwind/tests/
test-static-link-gen.c 40 (void *) &unw_resume,
test-static-link-loc.c 58 (void *) &unw_resume,
Gtest-exc.c 72 unw_resume (&cursor); /* transfer control to exception handler */
ia64-test-sig.c 75 unw_resume (&cursor); /* update context & return to caller of sighandler() */
77 panic ("unexpected return from unw_resume()!\n");
Gtest-resume-sig.c 24 /* Verify that unw_resume() restores the signal mask at proper time. */
123 unw_resume (&c);
Gia64-test-rbs.c 127 ret = unw_resume (&c);
128 panic ("unw_resume() returned (ret=%d)!!\n", ret);
  /external/libunwind/src/setjmp/
longjmp.c 93 unw_resume (&c);
siglongjmp.c 89 /* Order of evaluation is important here: if unw_resume()
120 unw_resume (&c);
  /external/libunwind/src/x86/
Gresume.c 70 unw_resume (unw_cursor_t *cursor) function
  /external/libunwind/src/x86_64/
Gresume.c 102 unw_resume (unw_cursor_t *cursor) function
  /external/libunwind/src/unwind/
unwind-internal.h 140 unw_resume (&context->cursor);
  /external/libunwind/include/
libunwind-common.h.in 216 #define unw_resume UNW_OBJ(resume)
242 extern int unw_resume (unw_cursor_t *);
libunwind-common.h 238 #define unw_resume UNW_OBJ(resume) macro
265 extern int unw_resume (unw_cursor_t *);
  /external/libunwind/src/arm/
Gresume.c 140 unw_resume (unw_cursor_t *cursor) function
  /external/libunwind/src/hppa/
Gresume.c 125 unw_resume (unw_cursor_t *cursor) function
  /external/libunwind/src/sh/
Gresume.c 147 unw_resume (unw_cursor_t *cursor) function
  /external/libcxxabi/src/Unwind/
UnwindLevel1.c 207 unw_resume(&cursor2);
208 // unw_resume() only returns if there was an error.
296 unw_resume(&cursor2);
libunwind.cpp 243 _LIBUNWIND_EXPORT int unw_resume(unw_cursor_t *cursor) { function
244 _LIBUNWIND_TRACE_API("unw_resume(cursor=%p)\n", cursor);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c 210 unw_resume(&cursor2);
211 // unw_resume() only returns if there was an error.
299 unw_resume(&cursor2);
  /external/libcxxabi/include/
libunwind.h 101 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL;
  /external/libunwind/src/aarch64/
Gresume.c 159 unw_resume (unw_cursor_t *cursor) function
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 105 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL;

Completed in 982 milliseconds

1 2