Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/
Dldcref.c368 struct cref_hash_entry **csyms, **csym_fill, **csym, **csym_end; in output_cref() local
390 csym_fill = csyms; in output_cref()
391 cref_hash_traverse (&cref_table, cref_fill_array, &csym_fill); in output_cref()
392 ASSERT ((size_t) (csym_fill - csyms) == cref_symcount); in output_cref()