Lines Matching refs:Dwarf_Die_Chain
71 struct Dwarf_Die_Chain *imports;
72 int (*previsit) (unsigned int depth, struct Dwarf_Die_Chain *, void *);
73 int (*postvisit) (unsigned int depth, struct Dwarf_Die_Chain *, void *);
76 struct Dwarf_Die_Chain child;
84 __libdw_visit_scopes (unsigned int depth, struct Dwarf_Die_Chain *root, in __libdw_visit_scopes() argument
85 struct Dwarf_Die_Chain *imports, in __libdw_visit_scopes()
87 struct Dwarf_Die_Chain *, in __libdw_visit_scopes()
90 struct Dwarf_Die_Chain *, in __libdw_visit_scopes()
134 for (struct Dwarf_Die_Chain *import = state->imports; import != NULL; in walk_children()
146 struct Dwarf_Die_Chain *orig_imports = state->imports; in walk_children()
147 struct Dwarf_Die_Chain import = { .die = orig_child_die, in walk_children()