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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_abbrev.c55 Dwarf_Unsigned * abbr_count, Dwarf_Error * error)
91 if (returned_abbrev == 0 || abbr_count == 0) {
98 *abbr_count = 0;
110 *abbr_count = 0;
146 *abbr_count = labbr_count;
51 dwarf_get_abbrev(Dwarf_Debug dbg, Dwarf_Unsigned offset, Dwarf_Abbrev * returned_abbrev, Dwarf_Unsigned * length, Dwarf_Unsigned * abbr_count, Dwarf_Error * error) argument

Completed in 67 milliseconds