Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/ld/
H A 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()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A 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()