/external/libunwind/src/aarch64/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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/ |
H A D | backtrace.c | 42 if (unlikely (unw_init_local (&cursor, uc) < 0)) 66 if (unlikely (unw_init_local (&cursor, &uc) < 0))
|
/external/libunwind/src/ia64/ |
H A D | Ginit_remote.c | 50 return unw_init_local (cursor, as_arg);
|
H A D | 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/ |
H A D | test-static-link-gen.c | 65 unw_init_local (&c, &uc);
|
H A D | test-static-link-loc.c | 83 unw_init_local (&c, &uc);
|
H A D | Gtest-nomalloc.c | 63 if (unw_init_local (&cursor, &uc) < 0) 64 panic ("unw_init_local failed!\n");
|
H A D | Gia64-test-readonly.c | 56 if ((ret = unw_init_local (&c, &uc)) < 0) 57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret);
|
H A D | Gtest-exc.c | 59 if (unw_init_local (&cursor, &uc) < 0) 61 panic ("unw_init_local() failed!\n");
|
H A D | Gtest-init.cxx | 58 unw_init_local (&cursor, &uc);
|
H A D | ia64-test-sig.c | 49 if (unw_init_local (&cursor, &uc) < 0)
|
H A D | test-mem.c | 52 if (unw_init_local (&cursor, &uc) < 0) 53 panic ("unw_init_local failed!\n");
|
H A D | Gtest-concurrent.c | 59 unw_init_local (&c, &uc);
|
/external/libunwind_llvm/test/ |
H A D | libunwind_01.pass.cpp | 9 unw_init_local(&cursor, &context);
|
/external/libunwind/src/setjmp/ |
H A D | longjmp.c | 66 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
|
H A D | siglongjmp.c | 67 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
|
/external/libunwind/src/unwind/ |
H A D | RaiseException.c | 104 if (unw_init_local (&context.cursor, &uc) < 0)
|
H A D | unwind-internal.h | 54 ((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \
|