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.c307 static int die_get_attr_udata(Dwarf_Die *tp_die, unsigned int attr_name, argument
312 if (dwarf_attr_integrate(tp_die, attr_name, &attr) == NULL ||
321 * @tp_die: a DIE of a type
323 * Get the encoding of @tp_die and return true if the encoding
326 bool die_is_signed_type(Dwarf_Die *tp_die) argument
330 if (die_get_attr_udata(tp_die, DW_AT_encoding, &ret))

Completed in 169 milliseconds