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 249 #define unw_resume UNW_OBJ(resume) macro
277 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/libunwind_llvm/src/
UnwindLevel1.c 222 unw_resume(&cursor2);
223 // unw_resume() only returns if there was an error.
314 unw_resume(&cursor2);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c 215 unw_resume(&cursor2);
216 // unw_resume() only returns if there was an error.
307 unw_resume(&cursor2);
  /external/libunwind/src/aarch64/
Gresume.c 159 unw_resume (unw_cursor_t *cursor) function
  /external/libunwind_llvm/include/
libunwind.h 95 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 95 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL;
  /external/libunwind/src/ia64/
Gresume.c 263 unw_resume (unw_cursor_t *cursor) function

Completed in 294 milliseconds

1 2