Searched refs:hsd (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/binutils/bfd/
H A Delf32-score.c923 struct score_elf_hash_sort_data *hsd = data; local
938 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx)
939 hsd->low = (struct elf_link_hash_entry *) h;
940 h->root.dynindx = hsd->max_unref_got_dynindx++;
943 h->root.dynindx = hsd->max_non_got_dynindx++;
946 h->root.dynindx = --hsd->min_got_dynindx;
947 hsd->low = (struct elf_link_hash_entry *) h;
994 struct score_elf_hash_sort_data hsd; local
1002 hsd
[all...]
H A Delfxx-mips.c2753 struct mips_elf_hash_sort_data hsd;
2761 hsd.low = NULL;
2762 hsd.max_unref_got_dynindx =
2763 hsd.min_got_dynindx = elf_hash_table (info)->dynsymcount
2772 hsd.max_non_got_dynindx = max_local;
2776 &hsd);
2780 BFD_ASSERT (hsd.max_non_got_dynindx <= hsd.min_got_dynindx);
2781 BFD_ASSERT ((unsigned long)hsd.max_unref_got_dynindx
2786 g->global_gotsym = hsd
2740 struct mips_elf_hash_sort_data hsd; local
2785 struct mips_elf_hash_sort_data *hsd = data; local
[all...]

Completed in 201 milliseconds