Searched refs:Dwarf_Die_Chain (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libdw/ |
D | libdw_visit_scopes.c | 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() 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 …]
|
D | dwarf_getscopes.c | 49 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()
|
D | dwarf_getscopes_die.c | 37 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()
|
D | dwarf_func_inline.c | 45 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()
|
D | dwarf_getfuncs.c | 58 struct Dwarf_Die_Chain *chain, void *arg) in tree_visitor() 110 struct Dwarf_Die_Chain chain = { .die = CUDIE (cudie->cu), in dwarf_getfuncs()
|
D | libdwP.h | 766 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 *,
|
D | ChangeLog | 3125 (struct Dwarf_Die_Chain): New type.
|