Home
last modified time | relevance | path

Searched refs:dh_next_to_use (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_harmless.c91 if (dhp->dh_next_to_use != dhp->dh_first) { in dwarf_get_harmless_error_list()
94 for (i = 0; cur != dhp->dh_next_to_use; ++i) { in dwarf_get_harmless_error_list()
105 dhp->dh_next_to_use = 0; in dwarf_get_harmless_error_list()
131 unsigned cur = dhp->dh_next_to_use; in dwarf_insert_harmless_error()
141 dhp->dh_next_to_use = next; in dwarf_insert_harmless_error()
142 if (dhp->dh_next_to_use == dhp->dh_first) { in dwarf_insert_harmless_error()
172 if (oldarray.dh_next_to_use != oldarray.dh_first) { in dwarf_set_harmless_error_list_size()
174 for (i = oldarray.dh_first; i != oldarray.dh_next_to_use; in dwarf_set_harmless_error_list_size()
H A Ddwarf_opaque.h392 unsigned dh_next_to_use; member