Searched refs:unwind_as (Results 1 - 3 of 3) sorted by relevance

/external/ltrace/
H A Dproc.h128 unw_addr_space_t unwind_as; member in struct:process
H A Dproc.c106 if (proc->unwind_as != NULL)
107 unw_destroy_addr_space(proc->unwind_as);
162 proc->unwind_as = unw_create_addr_space(&_UPT_accessors, 0);
164 if (proc->unwind_priv == NULL || proc->unwind_as == NULL) {
170 proc->unwind_as = NULL;
H A Doutput.c717 && proc->unwind_as != NULL) {
730 unw_init_remote(&cursor, proc->unwind_as, proc->unwind_priv);

Completed in 83 milliseconds