Searched refs:unw_init_local (Results 1 - 25 of 46) sorted by relevance

12

/external/libunwind/src/aarch64/
H A DGinit_local.c32 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 DGinit_local.c32 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 DGinit_local.c32 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 DGinit_local.c31 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 DGinit_local.c32 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 DGinit_local.c38 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 DGinit_local.c32 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 DGinit_local.c34 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 Dbacktrace.c42 if (unlikely (unw_init_local (&cursor, uc) < 0))
66 if (unlikely (unw_init_local (&cursor, &uc) < 0))
/external/libunwind/src/ia64/
H A DGinit_remote.c50 return unw_init_local (cursor, as_arg);
H A DGinit_local.c32 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 Dtest-static-link-gen.c65 unw_init_local (&c, &uc);
H A Dtest-static-link-loc.c83 unw_init_local (&c, &uc);
H A DGtest-nomalloc.c63 if (unw_init_local (&cursor, &uc) < 0)
64 panic ("unw_init_local failed!\n");
H A DGia64-test-readonly.c56 if ((ret = unw_init_local (&c, &uc)) < 0)
57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret);
H A DGtest-exc.c59 if (unw_init_local (&cursor, &uc) < 0)
61 panic ("unw_init_local() failed!\n");
H A DGtest-init.cxx58 unw_init_local (&cursor, &uc);
H A Dia64-test-sig.c49 if (unw_init_local (&cursor, &uc) < 0)
H A Dtest-mem.c52 if (unw_init_local (&cursor, &uc) < 0)
53 panic ("unw_init_local failed!\n");
H A DGtest-concurrent.c59 unw_init_local (&c, &uc);
/external/libunwind_llvm/test/
H A Dlibunwind_01.pass.cpp9 unw_init_local(&cursor, &context);
/external/libunwind/src/setjmp/
H A Dlongjmp.c66 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
H A Dsiglongjmp.c67 if (unw_getcontext (&uc) < 0 || unw_init_local (&c, &uc) < 0)
/external/libunwind/src/unwind/
H A DRaiseException.c104 if (unw_init_local (&context.cursor, &uc) < 0)
H A Dunwind-internal.h54 ((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \

Completed in 153 milliseconds

12