Searched refs:postvisit (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdw/ |
D | libdw_visit_scopes.c | 99 __libdw_visit_scopes (depth, root, previsit, postvisit, arg) in __libdw_visit_scopes() argument 103 int (*postvisit) (unsigned int depth, struct Dwarf_Die_Chain *, void *); 115 previsit, postvisit, arg); 167 if (postvisit != NULL) 169 int result = (*postvisit) (depth + 1, &child, arg);
|
D | libdwP.h | 410 int (*postvisit) (unsigned int depth,
|