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

  /external/elfutils/libdw/
libdw_visit_scopes.c 73 int (*postvisit) (unsigned int depth, struct Dwarf_Die_Chain *, void *); member in struct:walk_children_state
89 int (*postvisit) (unsigned int,
99 .postvisit = postvisit,
173 state->previsit, state->postvisit, state->arg);
178 if (state->postvisit != NULL)
180 result = (*state->postvisit) (state->depth + 1, &state->child, state->arg);
libdwP.h 553 int (*postvisit) (unsigned int depth,

Completed in 81 milliseconds