Searched refs:postvisit (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/libdw/ |
D | libdw_visit_scopes.c | 68 __libdw_visit_scopes (depth, root, previsit, postvisit, arg) in __libdw_visit_scopes() argument 72 int (*postvisit) (unsigned int depth, struct Dwarf_Die_Chain *, void *); 85 previsit, postvisit, arg); 134 if (postvisit != NULL) 136 int result = (*postvisit) (depth + 1, &child, arg);
|
D | libdwP.h | 561 int (*postvisit) (unsigned int depth,
|