Home | History | Annotate | Download | only in libdw

Lines Matching refs:INTUSE

61   return INTUSE(dwarf_formref_die)
62 (INTUSE(dwarf_attr_integrate) (die, DW_AT_type, attr_mem), type_mem);
70 if (INTUSE(dwarf_aggregate_size) (get_type (die, attr_mem, type_mem),
78 if (INTUSE(dwarf_child) (die, &child) != 0)
86 switch (INTUSE(dwarf_tag) (&child))
90 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_count,
93 if (INTUSE(dwarf_formudata) (attr_mem, &count) != 0)
100 if (INTUSE(dwarf_formsdata) (INTUSE(dwarf_attr_integrate)
106 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_lower_bound,
109 if (INTUSE(dwarf_formsdata) (attr_mem, &lower) != 0)
117 switch (INTUSE(dwarf_srclang) (&cu))
159 int has_children = INTUSE(dwarf_child) (die, &enum_child);
164 if (INTUSE(dwarf_tag) (&enum_child) == DW_TAG_enumerator)
167 if (INTUSE(dwarf_formudata) (INTUSE(dwarf_attr_integrate)
174 while (INTUSE(dwarf_siblingof) (&enum_child, &enum_child) > 0);
184 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_byte_stride,
187 if (INTUSE(dwarf_formudata) (attr_mem, &stride) != 0)
190 else if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_bit_stride,
193 if (INTUSE(dwarf_formudata) (attr_mem, &stride) != 0)
203 while (INTUSE(dwarf_siblingof) (&child, &child) == 0);
217 if (INTUSE(dwarf_attr_integrate) (die, DW_AT_byte_size, &attr_mem) != NULL)
218 return INTUSE(dwarf_formudata) (&attr_mem, size);
220 switch (INTUSE(dwarf_tag) (die))