/third_party/libunwind/src/sh/ |
D | Ginit_local.c | 32 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/ |
D | Ginit_local.c | 31 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/ |
D | Ginit_local.c | 32 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/ |
D | Ginit_local.c | 38 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/ |
D | Ginit_local.c | 34 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/ |
D | Ginit_local.c | 32 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/ |
D | backtrace.c | 42 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/ |
D | Ginit_local.c | 32 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/ |
D | Ginit_local.c | 33 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/ |
D | Ginit_local.c | 35 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/ |
D | Gperf-simple.c | 66 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()
|
D | Ltest-mem-validate.c | 65 if (unw_init_local (&cursor, &uc) < 0) in do_backtrace() 127 if (unw_init_local (&cursor, &uc) < 0) in main()
|
D | Gperf-trace.c | 181 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()
|
D | test-static-link-gen.c | 66 unw_init_local (&c, &uc); in test_generic()
|
D | test-static-link-loc.c | 84 unw_init_local (&c, &uc); in test_local()
|
D | Gtest-nomalloc.c | 63 if (unw_init_local (&cursor, &uc) < 0) in do_backtrace()
|
D | Ltest-init-local-signal.c | 37 ret = unw_init_local(&c, &context); in handler()
|
D | ia64-test-sig.c | 49 if (unw_init_local (&cursor, &uc) < 0) in sighandler()
|
/third_party/libunwind/src/arm/ |
D | Ginit_local.c | 32 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/ |
D | Ginit_local.c | 32 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/ |
D | Ginit_local.c | 32 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
|
D | Ginit_remote.c | 50 return unw_init_local (cursor, as_arg); in unw_init_remote()
|
/third_party/libunwind/doc/ |
D | Makefile.am | 14 unw_init_local.man unw_init_remote.man \ 44 unw_init_local.tex unw_init_remote.tex \
|
/third_party/libunwind/include/ |
D | libunwind-common.h | 256 #define unw_init_local UNW_OBJ(init_local) macro 291 extern int unw_init_local(unw_cursor_t *, unw_context_t *);
|
/third_party/libunwind/ |
D | TODO | 32 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()
|