Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_harmless.c87 if(dhp->dh_next_to_use != dhp->dh_first) { in dwarf_get_harmless_error_list()
90 for(i = 0; cur != dhp->dh_next_to_use; ++i) { in dwarf_get_harmless_error_list()
101 dhp->dh_next_to_use = 0; in dwarf_get_harmless_error_list()
127 unsigned cur = dhp->dh_next_to_use; in dwarf_insert_harmless_error()
137 dhp->dh_next_to_use = next; in dwarf_insert_harmless_error()
138 if (dhp->dh_next_to_use == dhp->dh_first) { in dwarf_insert_harmless_error()
168 if(oldarray.dh_next_to_use != oldarray.dh_first) { in dwarf_set_harmless_error_list_size()
170 for(i = oldarray.dh_first; i != oldarray.dh_next_to_use; in dwarf_set_harmless_error_list_size()
H A Ddwarf_opaque.h175 unsigned dh_next_to_use; member