Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-score7.c921 struct score_elf_hash_sort_data *hsd = data; in score_elf_sort_hash_table_f() local
933 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx) in score_elf_sort_hash_table_f()
934 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
935 h->root.dynindx = hsd->max_unref_got_dynindx++; in score_elf_sort_hash_table_f()
938 h->root.dynindx = hsd->max_non_got_dynindx++; in score_elf_sort_hash_table_f()
941 h->root.dynindx = --hsd->min_got_dynindx; in score_elf_sort_hash_table_f()
942 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
989 struct score_elf_hash_sort_data hsd; in score_elf_sort_hash_table() local
997 hsd.low = NULL; in score_elf_sort_hash_table()
998 hsd.max_unref_got_dynindx = in score_elf_sort_hash_table()
[all …]
Delf32-score.c1038 struct score_elf_hash_sort_data *hsd = data; in score_elf_sort_hash_table_f() local
1050 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx) in score_elf_sort_hash_table_f()
1051 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
1052 h->root.dynindx = hsd->max_unref_got_dynindx++; in score_elf_sort_hash_table_f()
1055 h->root.dynindx = hsd->max_non_got_dynindx++; in score_elf_sort_hash_table_f()
1058 h->root.dynindx = --hsd->min_got_dynindx; in score_elf_sort_hash_table_f()
1059 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
1104 struct score_elf_hash_sort_data hsd; in score_elf_sort_hash_table() local
1112 hsd.low = NULL; in score_elf_sort_hash_table()
1113 hsd.max_unref_got_dynindx = in score_elf_sort_hash_table()
[all …]
Delfxx-mips.c3816 struct mips_elf_hash_sort_data hsd; in mips_elf_sort_hash_table() local
3829 hsd.low = NULL; in mips_elf_sort_hash_table()
3830 hsd.max_unref_got_dynindx in mips_elf_sort_hash_table()
3831 = hsd.min_got_dynindx in mips_elf_sort_hash_table()
3833 hsd.max_non_got_dynindx = count_section_dynsyms (abfd, info) + 1; in mips_elf_sort_hash_table()
3837 &hsd); in mips_elf_sort_hash_table()
3841 BFD_ASSERT (hsd.max_non_got_dynindx <= hsd.min_got_dynindx); in mips_elf_sort_hash_table()
3842 BFD_ASSERT ((unsigned long) hsd.max_unref_got_dynindx in mips_elf_sort_hash_table()
3844 BFD_ASSERT (elf_hash_table (info)->dynsymcount - hsd.min_got_dynindx in mips_elf_sort_hash_table()
3849 htab->global_gotsym = hsd.low; in mips_elf_sort_hash_table()
[all …]
DChangeLog-20081315 Assert == rather than <= when checking hsd.max_unref_got_dynindx.