Home
last modified time | relevance | path

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

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