Searched refs:csyms (Results 1 – 1 of 1) sorted by relevance
368 struct cref_hash_entry **csyms, **csym_fill, **csym, **csym_end; in output_cref() local388 csyms = (struct cref_hash_entry **) xmalloc (cref_symcount * sizeof (*csyms)); in output_cref()390 csym_fill = csyms; in output_cref()392 ASSERT ((size_t) (csym_fill - csyms) == cref_symcount); in output_cref()394 qsort (csyms, cref_symcount, sizeof (*csyms), cref_sort_array); in output_cref()396 csym_end = csyms + cref_symcount; in output_cref()397 for (csym = csyms; csym < csym_end; csym++) in output_cref()