Lines Matching refs:INTUSE

40   Dwarf_Die *type = INTUSE(dwarf_formref_die)
41 (INTUSE(dwarf_attr_integrate) (die, DW_AT_type, attr_mem), type_mem);
43 if (type == NULL || INTUSE(dwarf_peel_type) (type, type) != 0)
66 if (INTUSE(dwarf_child) (die, &child) != 0)
74 switch (INTUSE(dwarf_tag) (&child))
78 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_count,
81 if (INTUSE(dwarf_formudata) (attr_mem, &count) != 0)
87 if (INTUSE(dwarf_attr) (get_type (&child, attr_mem, &type_mem),
91 if (INTUSE(dwarf_formudata) (attr_mem, &encoding) == 0)
100 if (INTUSE(dwarf_formsdata) (INTUSE(dwarf_attr_integrate)
108 if (INTUSE(dwarf_formudata) (INTUSE(dwarf_attr_integrate)
116 if (INTUSE(dwarf_attr_integrate) (&child, DW_AT_lower_bound,
121 if (INTUSE(dwarf_formsdata) (attr_mem, &lower) != 0)
127 if (INTUSE(dwarf_formudata) (attr_mem, &unsigned_lower) != 0)
135 int lang = INTUSE(dwarf_srclang) (&cu);
137 || INTUSE(dwarf_default_lower_bound) (lang, &lower) != 0)
151 int has_children = INTUSE(dwarf_child) (die, &enum_child);
156 if (INTUSE(dwarf_tag) (&enum_child) == DW_TAG_enumerator)
159 if (INTUSE(dwarf_formudata) (INTUSE(dwarf_attr_integrate)
166 while (INTUSE(dwarf_siblingof) (&enum_child, &enum_child) > 0);
177 while (INTUSE(dwarf_siblingof) (&child, &child) == 0);
185 if (INTUSE(dwarf_attr_integrate) (die, DW_AT_byte_stride,
188 if (INTUSE(dwarf_formudata) (attr_mem, &stride) != 0)
191 else if (INTUSE(dwarf_attr_integrate) (die, DW_AT_bit_stride,
194 if (INTUSE(dwarf_formudata) (attr_mem, &stride) != 0)
216 if (INTUSE(dwarf_attr_integrate) (die, DW_AT_byte_size, &attr_mem) != NULL)
217 return INTUSE(dwarf_formudata) (&attr_mem, size);
219 switch (INTUSE(dwarf_tag) (die))
250 if (INTUSE (dwarf_peel_type) (die, &die_mem) != 0)