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

/linux-master/tools/perf/util/
H A Ddwarf-aux.h66 int die_get_data_member_location(Dwarf_Die *mb_die, Dwarf_Word *offs);
H A Ddwarf-aux.c422 * @mb_die: a DIE of a member of a data structure
425 * Get the offset of @mb_die in the data structure including @mb_die, and
428 int die_get_data_member_location(Dwarf_Die *mb_die, Dwarf_Word *offs) argument
435 if (dwarf_attr(mb_die, DW_AT_data_member_location, &attr) == NULL)

Completed in 399 milliseconds