Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getscopes.c181 return __libdw_visit_scopes (depth, die, NULL, &origin_match, NULL, a); in pc_record()
194 int result = __libdw_visit_scopes (0, &cu, NULL, &pc_match, &pc_record, &a); in dwarf_getscopes()
197 result = __libdw_visit_scopes (0, &cu, NULL, &origin_match, NULL, &a); in dwarf_getscopes()
Dlibdw_visit_scopes.c84 __libdw_visit_scopes (unsigned int depth, struct Dwarf_Die_Chain *root, in __libdw_visit_scopes() function
172 result = __libdw_visit_scopes (state->depth + 1, &state->child, state->imports, in walk_children()
Ddwarf_getscopes_die.c70 int result = __libdw_visit_scopes (1, &cu, NULL, &scope_visitor, NULL, &info); in dwarf_getscopes_die()
Ddwarf_func_inline.c100 return __libdw_visit_scopes (0, &cu, NULL, &scope_visitor, NULL, &v); in dwarf_func_inline_instances()
Ddwarf_getfuncs.c112 int res = __libdw_visit_scopes (0, &chain, NULL, &tree_visitor, NULL, &v); in dwarf_getfuncs()
DChangeLog932 * libdw_visit_scopes.c (__libdw_visit_scopes): Move recursive nested
984 * libdw_visit_scopes.c (__libdw_visit_scopes): Likewise.
999 * libdw_visit_scopes.c (__libdw_visit_scopes): Likewise.
1195 __libdw_visit_scopes with NULL imports.
1200 * libdwP.h (__libdw_visit_scopes): Add imports argument.
1201 * libdw_visit_scopes.c (__libdw_visit_scopes): Likewise. Add new
1699 (__libdw_visit_scopes): Use a direct tag comparison for imported
1706 (dwarf_getfuncs): Use __libdw_visit_scopes with tree_visitor.
1757 * libdw_visit_scopes.c (__libdw_visit_scopes): Don't reject root
2669 Fix typo in __libdw_visit_scopes argument.
[all …]
DlibdwP.h751 extern int __libdw_visit_scopes (unsigned int depth,