Searched refs:csym_fill (Results 1 – 1 of 1) sorted by relevance
359 struct cref_hash_entry **csyms, **csym_fill, **csym, **csym_end; in output_cref() local381 csym_fill = csyms; in output_cref()382 cref_hash_traverse (&cref_table, cref_fill_array, &csym_fill); in output_cref()383 ASSERT ((size_t) (csym_fill - csyms) == cref_symcount); in output_cref()