Searched refs:__libdw_visit_scopes (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_getscopes_die.c91 int result = __libdw_visit_scopes (1, &cu, &scope_visitor, NULL, &info);
H A Dlibdw_visit_scopes.c99 __libdw_visit_scopes (depth, root, previsit, postvisit, arg) function
114 return __libdw_visit_scopes (depth + 1, &child,
H A Ddwarf_getscopes.c200 return __libdw_visit_scopes (depth, die, &origin_match, NULL, a);
213 int result = __libdw_visit_scopes (0, &cu, &pc_match, &pc_record, &a);
216 result = __libdw_visit_scopes (0, &cu, &origin_match, NULL, &a);
H A Ddwarf_func_inline.c120 return __libdw_visit_scopes (0, &cu, &scope_visitor, NULL, &v);
H A DlibdwP.h405 extern int __libdw_visit_scopes (unsigned int depth,

Completed in 82 milliseconds