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);
|