Home
last modified time | relevance | path

Searched refs:postvisit (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libdw/
Dlibdw_visit_scopes.c99 __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);
DlibdwP.h410 int (*postvisit) (unsigned int depth,