Searched refs:__libdw_visit_scopes (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/src/libdw/ |
D | dwarf_getscopes.c | 179 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()
|
D | libdw_visit_scopes.c | 68 __libdw_visit_scopes (depth, root, previsit, postvisit, arg) in __libdw_visit_scopes() function 84 return __libdw_visit_scopes (depth + 1, &child,
|
D | dwarf_getscopes_die.c | 70 int result = __libdw_visit_scopes (1, &cu, &scope_visitor, NULL, &info); in dwarf_getscopes_die()
|
D | dwarf_func_inline.c | 100 return __libdw_visit_scopes (0, &cu, &scope_visitor, NULL, &v); in dwarf_func_inline_instances()
|
D | dwarf_getfuncs.c | 112 int res = __libdw_visit_scopes (0, &chain, &tree_visitor, NULL, &v); in dwarf_getfuncs()
|
D | libdwP.h | 556 extern int __libdw_visit_scopes (unsigned int depth,
|
D | ChangeLog | 495 (__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
|