Lines Matching refs:child
61 Dwarf_Die child;
62 if (INTUSE(dwarf_child) (die, &child) != 0)
70 switch (INTUSE(dwarf_tag) (&child))
74 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_count,
85 (&child, DW_AT_upper_bound,
90 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_lower_bound,
145 /* We have to find the DW_TAG_enumerator child with the
174 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_byte_stride,
180 else if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_bit_stride,
193 while (INTUSE(dwarf_siblingof) (&child, &child) == 0);