Lines Matching refs:child
65 Dwarf_Die child;
66 if (INTUSE(dwarf_child) (die, &child) != 0)
74 switch (INTUSE(dwarf_tag) (&child))
78 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_count,
87 if (INTUSE(dwarf_attr) (get_type (&child, attr_mem, &type_mem),
101 (&child, DW_AT_upper_bound,
109 (&child, DW_AT_upper_bound,
116 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_lower_bound,
147 /* We have to find the DW_TAG_enumerator child with the
177 while (INTUSE(dwarf_siblingof) (&child, &child) == 0);