Lines Matching refs:oldarray
163 to oldarray. */
164 struct Dwarf_Harmless_s oldarray = *dhp;
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.dh_errs_count;
178 dwarf_harmless_cleanout(&oldarray);