HomeSort by relevance Sort by last modified time
    Searched refs:unwind_as (Results 1 - 3 of 3) sorted by null

  /external/ltrace/
proc.h 128 unw_addr_space_t unwind_as; member in struct:process
proc.c 106 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;
output.c 717 && proc->unwind_as != NULL) {
730 unw_init_remote(&cursor, proc->unwind_as, proc->unwind_priv);

Completed in 369 milliseconds