Home
last modified time | relevance | path

Searched refs:unwind_ctx (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dunwind-libdw.c99 struct ctx *ctx = tcp->unwind_ctx; in tcb_fin()
109 struct ctx *ctx = tcp->unwind_ctx; in flush_cache_maybe()
184 struct ctx *ctx = tcp->unwind_ctx; in tcb_walk()
Dunwind-libunwind.c61 _UPT_destroy(tcp->unwind_ctx); in tcb_fin()
144 if (unw_init_remote(&cursor, libunwind_as, tcp->unwind_ctx) < 0) in walk()
Dunwind.c73 tcp->unwind_ctx = unwinder.tcb_init(tcp); in unwind_tcb_init()
87 tcp->unwind_ctx = NULL; in unwind_tcb_fin()
Ddefs.h244 void *unwind_ctx; member
DChangeLog5557 structure (unwind_ctx) attached to tcb, "unwind_tcb_" is used for this
5588 * defs.h (struct tcb): Rename libunwind_ui field to unwind_ctx, change