Searched refs:dwarf_child (Results 1 – 25 of 27) sorted by relevance
12
/external/elfutils/libdw/ |
D | dwarf_child.c | 134 dwarf_child (Dwarf_Die *die, Dwarf_Die *result) in dwarf_child() function 190 INTDEF(dwarf_child)
|
D | libdw_visit_scopes.c | 105 if ((ret = INTUSE(dwarf_child) (&root->die, &state.child.die)) != 0) in __libdw_visit_scopes() 132 && (INTUSE(dwarf_child) (&state->child.die, &state->child.die) in walk_children()
|
D | dwarf_aggregate_size.c | 66 if (INTUSE(dwarf_child) (die, &child) != 0) in array_size() 151 int has_children = INTUSE(dwarf_child) (die, &enum_child); in array_size()
|
D | dwarf_getscopevar.c | 100 if (INTUSE(dwarf_child) (&scopes[out], result) != 0) in dwarf_getscopevar()
|
D | ChangeLog | 127 * dwarf_child.c (__libdw_find_attr): Handle DW_FORM_indirect. 345 * dwarf_child.c (__libdw_find_attr): Initialize readp to NULL. 913 * dwarf_child.c (__libdw_find_attr): Handle DW_FORM_implicit_const. 1034 * dwarf_child.c (__libdw_find_attr): Use get_uleb128_unchecked to 1576 * dwarf_child.c (__libdw_find_attr): Add attrp bounds checks. 1620 * dwarf_child.c (__libdw_find_attr): Call __libdw_form_val_len with 1656 * dwarf_child.c (dwarf_child): Use cu->endp. 1668 * dwarf_child.c (__libdw_find_attr, dwarf_child): Use it. 1678 * dwarf_child.c (__libdw_find_attr): Call __libdw_form_val_len 2089 DIEs without children. Return an error whenever dwarf_child or [all …]
|
D | libdw.map | 14 dwarf_child;
|
D | Makefile.am | 50 dwarf_child.c dwarf_haschildren.c dwarf_formaddr.c \
|
D | libdw.h | 411 extern int dwarf_child (Dwarf_Die *die, Dwarf_Die *result)
|
D | libdwP.h | 1366 INTDECL (dwarf_child)
|
/external/elfutils/tests/ |
D | addrscopes.c | 56 if (dwarf_child (die, &child) == 0) in print_vars() 76 && dwarf_child (&origin, &child) == 0) in print_vars()
|
D | funcscopes.c | 58 if (dwarf_child (die, &child) == 0) in print_vars() 78 && dwarf_child (&origin, &child) == 0) in print_vars()
|
D | aggregate_size.c | 70 dwarf_child (cu, &die_mem); in main()
|
D | all-dwarf-ranges.c | 62 if (dwarf_child (&die, &child) == 0) in walk_tree()
|
D | typeiter.c | 48 dwarf_child (die, &iter_mem); in main()
|
D | typeiter2.c | 60 dwarf_child (die, &iter_mem); in main()
|
D | get-units-invalid.c | 76 if (dwarf_child (&subdie, &result) != -1) in main()
|
D | peel_type.c | 106 dwarf_child (cu, &die_mem); in main()
|
D | dwarf-die-addr-die.c | 70 if (dwarf_child (die, &child) == 0) in check_die()
|
D | varlocs.c | 774 int res = dwarf_child (funcdie, &child); in print_varlocs() 1027 if (dwarf_haschildren (die) != 0 && dwarf_child (die, &child) == 0) in handle_die()
|
D | show-die-info.c | 304 if (dwarf_haschildren (die) != 0 && dwarf_child (die, &child) == 0) in handle()
|
/external/elfutils/backends/ |
D | aarch64_retval.c | 164 if ((i = dwarf_child (ftypedie, &member) != 0)) in hfa_type()
|
D | ia64_retval.c | 161 switch (dwarf_child (typedie, &child_mem)) in hfa_type()
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 265 ABG_ASSERT(dwarf_child(const_cast<Dwarf_Die*>(&imported_die), in imported_unit_point() 5908 if (dwarf_child(die, &child) != 0) in build_die_parent_relations_under() 7182 if (dwarf_child(const_cast<Dwarf_Die*>(die), &child) == 0) in die_has_children() 9590 if (dwarf_child(const_cast<Dwarf_Die*>(die), &child) == 0) in die_return_and_parm_names_from_fn_type_die() 10324 for (found_l_enumtor = dwarf_child(const_cast<Dwarf_Die*>(l), in compare_dies() 10326 found_r_enumtor = dwarf_child(const_cast<Dwarf_Die*>(r), in compare_dies() 10379 for (found_l_member = dwarf_child(const_cast<Dwarf_Die*>(l), in compare_dies() 10381 found_r_member = dwarf_child(const_cast<Dwarf_Die*>(r), in compare_dies() 10418 for (found_l_child = dwarf_child(const_cast<Dwarf_Die*>(l), in compare_dies() 10420 found_r_child = dwarf_child(const_cast<Dwarf_Die*>(r), in compare_dies() [all …]
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 411 extern int dwarf_child (Dwarf_Die *die, Dwarf_Die *result)
|
/external/elfutils/src/ |
D | nm.c | 648 if (dwarf_child (cudie, die) == 0) in get_local_names()
|
12