Searched refs:previsit (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 71 int (*previsit) (unsigned int depth, struct Dwarf_Die_Chain *, void *); 85 previsit, postvisit, arg); 119 if (previsit != NULL) 121 int result = (*previsit) (depth + 1, &child, arg);
|
D | libdwP.h | 558 int (*previsit) (unsigned int depth,
|