Home
last modified time | relevance | path

Searched refs:unw_init_local (Results 1 – 25 of 53) sorted by relevance

123

/third_party/libunwind/src/sh/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() function
56 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() function
/third_party/libunwind/src/mips/
DGinit_local.c31 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
54 unw_init_local(unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
/third_party/libunwind/src/hppa/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
55 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
/third_party/libunwind/src/ppc/
DGinit_local.c38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
66 unw_init_local(unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
/third_party/libunwind/src/s390x/
DGinit_local.c34 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
59 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
/third_party/libunwind/src/tilegx/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
58 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
/third_party/libunwind/src/mi/
Dbacktrace.c42 if (unlikely (unw_init_local (&cursor, uc) < 0)) in slow_backtrace()
66 if (unlikely (unw_init_local (&cursor, &uc) < 0)) in unw_backtrace()
/third_party/libunwind/src/x86/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
69 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
/third_party/libunwind/src/riscv/
DGinit_local.c33 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
76 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() function
/third_party/libunwind/src/x86_64/
DGinit_local.c35 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
80 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() function
/third_party/libunwind/tests/
DGperf-simple.c66 if (unw_init_local (&cursor, &uc) < 0) in measure_unwind()
195 unw_init_local (&cursor[i].c, &uc[i].uc); in measure_init()
219 unw_init_local (&cursor[0].c, &uc[0].uc); in measure_init()
DLtest-mem-validate.c65 if (unw_init_local (&cursor, &uc) < 0) in do_backtrace()
127 if (unw_init_local (&cursor, &uc) < 0) in main()
DGperf-trace.c181 unw_init_local (&cursor[i].c, &uc[i].uc); in measure_init()
205 unw_init_local (&cursor[0].c, &uc[0].uc); in measure_init()
Dtest-static-link-gen.c66 unw_init_local (&c, &uc); in test_generic()
Dtest-static-link-loc.c84 unw_init_local (&c, &uc); in test_local()
DGtest-nomalloc.c63 if (unw_init_local (&cursor, &uc) < 0) in do_backtrace()
DLtest-init-local-signal.c37 ret = unw_init_local(&c, &context); in handler()
Dia64-test-sig.c49 if (unw_init_local (&cursor, &uc) < 0) in sighandler()
/third_party/libunwind/src/arm/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() function
82 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() function
/third_party/libunwind/src/aarch64/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() function
83 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() function
/third_party/libunwind/src/ia64/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() function
80 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() function
DGinit_remote.c50 return unw_init_local (cursor, as_arg); in unw_init_remote()
/third_party/libunwind/doc/
DMakefile.am14 unw_init_local.man unw_init_remote.man \
44 unw_init_local.tex unw_init_remote.tex \
/third_party/libunwind/include/
Dlibunwind-common.h256 #define unw_init_local UNW_OBJ(init_local) macro
291 extern int unw_init_local(unw_cursor_t *, unw_context_t *);
/third_party/libunwind/
DTODO32 o On unw_init_local()/unw_init_remote(), libunwind should validate
34 cache on its own. Rationale: once unw_init_local() has been
80 + man-page for unw_init_local()

123