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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddwarf-aux.c222 static int die_get_attr_udata(Dwarf_Die *tp_die, unsigned int attr_name, argument
227 if (dwarf_attr(tp_die, attr_name, &attr) == NULL ||
235 static int die_get_attr_sdata(Dwarf_Die *tp_die, unsigned int attr_name, argument
240 if (dwarf_attr(tp_die, attr_name, &attr) == NULL ||
249 * @tp_die: a DIE of a type
251 * Get the encoding of @tp_die and return true if the encoding
254 bool die_is_signed_type(Dwarf_Die *tp_die) argument
258 if (die_get_attr_udata(tp_die, DW_AT_encoding, &ret))

Completed in 71 milliseconds