Searched refs:sorted_sym_hash (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c4558 struct elf_link_hash_entry **sorted_sym_hash;
4566 sorted_sym_hash = bfd_malloc (amt);
4567 if (sorted_sym_hash == NULL)
4569 sym_hash = sorted_sym_hash;
4586 qsort (sorted_sym_hash, sym_count,
4616 h = sorted_sym_hash [idx];
4643 h = sorted_sym_hash [i];
4677 free (sorted_sym_hash);
4549 struct elf_link_hash_entry **sorted_sym_hash; local

Completed in 176 milliseconds