Home
last modified time | relevance | path

Searched refs:__libdw_visit_scopes (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/src/libdw/
Ddwarf_getscopes.c179 return __libdw_visit_scopes (depth, die, &origin_match, NULL, a); in pc_record()
192 int result = __libdw_visit_scopes (0, &cu, &pc_match, &pc_record, &a); in dwarf_getscopes()
195 result = __libdw_visit_scopes (0, &cu, &origin_match, NULL, &a); in dwarf_getscopes()
Dlibdw_visit_scopes.c68 __libdw_visit_scopes (depth, root, previsit, postvisit, arg) in __libdw_visit_scopes() function
84 return __libdw_visit_scopes (depth + 1, &child,
Ddwarf_getscopes_die.c70 int result = __libdw_visit_scopes (1, &cu, &scope_visitor, NULL, &info); in dwarf_getscopes_die()
Ddwarf_func_inline.c100 return __libdw_visit_scopes (0, &cu, &scope_visitor, NULL, &v); in dwarf_func_inline_instances()
Ddwarf_getfuncs.c112 int res = __libdw_visit_scopes (0, &chain, &tree_visitor, NULL, &v); in dwarf_getfuncs()
DlibdwP.h556 extern int __libdw_visit_scopes (unsigned int depth,
DChangeLog495 (__libdw_visit_scopes): Use a direct tag comparison for imported
502 (dwarf_getfuncs): Use __libdw_visit_scopes with tree_visitor.
553 * libdw_visit_scopes.c (__libdw_visit_scopes): Don't reject root
1465 Fix typo in __libdw_visit_scopes argument.
1714 __libdw_visit_scopes.
1721 * libdw_visit_scopes.c (__libdw_visit_scopes): Pass a struct