Searched refs:tp_die (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Ddwarf-aux.h63 bool die_is_signed_type(Dwarf_Die *tp_die);
H A Ddwarf-aux.c306 static int die_get_attr_udata(Dwarf_Die *tp_die, unsigned int attr_name, argument
311 if (dwarf_attr_integrate(tp_die, attr_name, &attr) == NULL ||
320 * @tp_die: a DIE of a type
322 * Get the encoding of @tp_die and return true if the encoding
325 bool die_is_signed_type(Dwarf_Die *tp_die) argument
329 if (die_get_attr_udata(tp_die, DW_AT_encoding, &ret))

Completed in 133 milliseconds