Home | History | Annotate | Download | only in libdw

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,
85 struct Dwarf_Die_Chain *imports,
87 struct Dwarf_Die_Chain *,
90 struct Dwarf_Die_Chain *,
134 for (struct Dwarf_Die_Chain *import = state->imports; import != NULL;
146 struct Dwarf_Die_Chain *orig_imports = state->imports;
147 struct Dwarf_Die_Chain import = { .die = orig_child_die,