Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/bfd/
Delf32-score.c923 struct score_elf_hash_sort_data *hsd = data; in score_elf_sort_hash_table_f() local
938 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx) in score_elf_sort_hash_table_f()
939 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
940 h->root.dynindx = hsd->max_unref_got_dynindx++; in score_elf_sort_hash_table_f()
943 h->root.dynindx = hsd->max_non_got_dynindx++; in score_elf_sort_hash_table_f()
946 h->root.dynindx = --hsd->min_got_dynindx; in score_elf_sort_hash_table_f()
947 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
994 struct score_elf_hash_sort_data hsd; in score_elf_sort_hash_table() local
1002 hsd.low = NULL; in score_elf_sort_hash_table()
1003 hsd.max_unref_got_dynindx = in score_elf_sort_hash_table()
[all …]
Delfxx-mips.c2740 struct mips_elf_hash_sort_data hsd; in mips_elf_sort_hash_table() local
2748 hsd.low = NULL; in mips_elf_sort_hash_table()
2749 hsd.max_unref_got_dynindx = in mips_elf_sort_hash_table()
2750 hsd.min_got_dynindx = elf_hash_table (info)->dynsymcount in mips_elf_sort_hash_table()
2759 hsd.max_non_got_dynindx = max_local; in mips_elf_sort_hash_table()
2763 &hsd); in mips_elf_sort_hash_table()
2767 BFD_ASSERT (hsd.max_non_got_dynindx <= hsd.min_got_dynindx); in mips_elf_sort_hash_table()
2768 BFD_ASSERT ((unsigned long)hsd.max_unref_got_dynindx in mips_elf_sort_hash_table()
2773 g->global_gotsym = hsd.low; in mips_elf_sort_hash_table()
2785 struct mips_elf_hash_sort_data *hsd = data; in mips_elf_sort_hash_table_f() local
[all …]
/freebsd-10-stable/contrib/gcc/
DFSFChangeLog1767 * alpha.md (zero_extendqi[hsd]i2): Use "and", not "zapnot".
DFSFChangeLog.114382 (extend[qh]i[hsd]i2x): Add missing cases and fix typo in constraint.