Searched refs:__libdw_visit_scopes (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/0.153/libdw/ |
D | dwarf_getscopes.c | 200 return __libdw_visit_scopes (depth, die, &origin_match, NULL, a); in pc_record() 213 int result = __libdw_visit_scopes (0, &cu, &pc_match, &pc_record, &a); in dwarf_getscopes() 216 result = __libdw_visit_scopes (0, &cu, &origin_match, NULL, &a); in dwarf_getscopes()
|
D | libdw_visit_scopes.c | 99 __libdw_visit_scopes (depth, root, previsit, postvisit, arg) in __libdw_visit_scopes() function 114 return __libdw_visit_scopes (depth + 1, &child,
|
D | dwarf_getscopes_die.c | 91 int result = __libdw_visit_scopes (1, &cu, &scope_visitor, NULL, &info); in dwarf_getscopes_die()
|
D | dwarf_func_inline.c | 120 return __libdw_visit_scopes (0, &cu, &scope_visitor, NULL, &v); in dwarf_func_inline_instances()
|
D | libdwP.h | 447 extern int __libdw_visit_scopes (unsigned int depth,
|
D | ChangeLog | 754 Fix typo in __libdw_visit_scopes argument. 1003 __libdw_visit_scopes. 1010 * libdw_visit_scopes.c (__libdw_visit_scopes): Pass a struct
|