Searched refs:__libdw_visit_scopes (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getscopes.c | 181 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()
|
D | libdw_visit_scopes.c | 84 __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()
|
D | dwarf_getscopes_die.c | 70 int result = __libdw_visit_scopes (1, &cu, NULL, &scope_visitor, NULL, &info); in dwarf_getscopes_die()
|
D | dwarf_func_inline.c | 100 return __libdw_visit_scopes (0, &cu, NULL, &scope_visitor, NULL, &v); in dwarf_func_inline_instances()
|
D | dwarf_getfuncs.c | 112 int res = __libdw_visit_scopes (0, &chain, NULL, &tree_visitor, NULL, &v); in dwarf_getfuncs()
|
D | ChangeLog | 932 * 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 …]
|
D | libdwP.h | 751 extern int __libdw_visit_scopes (unsigned int depth,
|