Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/ld/
Dldcref.c359 struct cref_hash_entry **csyms, **csym_fill, **csym, **csym_end; in output_cref() local
381 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()