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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_harmless.c163 to oldarray. */
164 struct Dwarf_Harmless_s oldarray = *dhp; local
168 if(oldarray.dh_next_to_use != oldarray.dh_first) {
170 for(i = oldarray.dh_first; i != oldarray.dh_next_to_use;
171 i = (i+1)%oldarray.dh_maxcount) {
172 dwarf_insert_harmless_error(dbg,oldarray.dh_errors[i]);
174 if( oldarray.dh_errs_count > dhp->dh_errs_count) {
175 dhp->dh_errs_count = oldarray
[all...]

Completed in 44 milliseconds