Home
last modified time | relevance | path

Searched refs:Dwarf_Die_Chain (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libdw/
Dlibdw_visit_scopes.c71 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()
138 for (struct Dwarf_Die_Chain *import = state->imports; import != NULL; in walk_children()
150 struct Dwarf_Die_Chain *orig_imports = state->imports; in walk_children()
[all …]
Ddwarf_getscopes.c49 pc_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_match()
88 origin_match (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in origin_match()
121 pc_record (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in pc_record()
191 struct Dwarf_Die_Chain cu = { .parent = NULL, .die = *cudie }; in dwarf_getscopes()
Ddwarf_getscopes_die.c37 scope_visitor (unsigned int depth, struct Dwarf_Die_Chain *die, void *arg) in scope_visitor()
68 struct Dwarf_Die_Chain cu = { .die = CUDIE (die->cu), .parent = NULL }; in dwarf_getscopes_die()
Ddwarf_func_inline.c45 struct Dwarf_Die_Chain *die, void *arg) in scope_visitor()
99 struct Dwarf_Die_Chain cu = { .die = CUDIE (func->cu), .parent = NULL }; in dwarf_func_inline_instances()
Ddwarf_getfuncs.c58 struct Dwarf_Die_Chain *chain, void *arg) in tree_visitor()
110 struct Dwarf_Die_Chain chain = { .die = CUDIE (cudie->cu), in dwarf_getfuncs()
DlibdwP.h766 struct Dwarf_Die_Chain struct
769 struct Dwarf_Die_Chain *parent; argument
773 struct Dwarf_Die_Chain *root, argument
774 struct Dwarf_Die_Chain *imports,
776 struct Dwarf_Die_Chain *,
779 struct Dwarf_Die_Chain *,
DChangeLog3125 (struct Dwarf_Die_Chain): New type.