Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/
Dldcref.c108 static size_t cref_symcount; variable
148 ++cref_symcount; in cref_hash_newfunc()
248 old_symcount = cref_symcount; in handle_asneeded_cref()
290 cref_symcount = old_symcount; in handle_asneeded_cref()
388 csyms = (struct cref_hash_entry **) xmalloc (cref_symcount * sizeof (*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()