HomeSort by relevance Sort by last modified time
    Searched refs:unw_init_local (Results 1 - 25 of 54) 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/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_libunwind-inl.h 91 int ret = unw_init_local(&cursor, &uc);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_libunwind-inl.h 91 int ret = unw_init_local(&cursor, &uc);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 90 unw_init_local(&cursor, &uc);
106 unw_init_local(&cursor, &uc);
157 unw_init_local(&cursor, &uc);
  /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)

Completed in 343 milliseconds

1 2 3