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

1 2 3

  /external/libunwind/src/aarch64/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) function
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) function
  /external/libunwind/src/arm/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) function
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) function
  /external/libunwind/src/hppa/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) function
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) function
  /external/libunwind/src/mips/
Ginit_local.c 31 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) function
39 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) function
  /external/libunwind/src/sh/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) function
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) function
  /external/libunwind/src/ppc/
Ginit_local.c 38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) function
47 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) function
  /external/libunwind/src/x86/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) function
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) function
  /external/libunwind/src/x86_64/
Ginit_local.c 34 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) function
42 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) function
  /external/libunwind/src/mi/
backtrace.c 42 if (unlikely (unw_init_local (&cursor, uc) < 0))
66 if (unlikely (unw_init_local (&cursor, &uc) < 0))
  /external/libunwind/src/ia64/
Ginit_remote.c 50 return unw_init_local (cursor, as_arg);
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) function
80 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) function
  /external/libunwind/tests/
test-static-link-gen.c 65 unw_init_local (&c, &uc);
test-static-link-loc.c 83 unw_init_local (&c, &uc);
Gtest-nomalloc.c 63 if (unw_init_local (&cursor, &uc) < 0)
64 panic ("unw_init_local failed!\n");
Gia64-test-readonly.c 56 if ((ret = unw_init_local (&c, &uc)) < 0)
57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret);
Gtest-exc.c 59 if (unw_init_local (&cursor, &uc) < 0)
61 panic ("unw_init_local() failed!\n");
Gtest-init.cxx 58 unw_init_local (&cursor, &uc);
ia64-test-sig.c 49 if (unw_init_local (&cursor, &uc) < 0)
test-mem.c 52 if (unw_init_local (&cursor, &uc) < 0)
53 panic ("unw_init_local failed!\n");
  /external/libunwind_llvm/test/
libunwind_01.pass.cpp 9 unw_init_local(&cursor, &context);
  /external/libunwind/src/setjmp/
longjmp.c 66 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
siglongjmp.c 67 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
  /external/libunwind/src/unwind/
RaiseException.c 104 if (unw_init_local (&context.cursor, &uc) < 0)
unwind-internal.h 54 ((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \
  /system/core/libbacktrace/
UnwindCurrent.cpp 37 if (unw_init_local(cursor.get(), &context_) < 0) {
93 int ret = unw_init_local(cursor.get(), &context_);
95 BACK_LOGW("unw_init_local failed %d", ret);

Completed in 573 milliseconds

1 2 3