Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-score7.c103 long max_unref_got_dynindx; member
933 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx) in score_elf_sort_hash_table_f()
935 h->root.dynindx = hsd->max_unref_got_dynindx++; in score_elf_sort_hash_table_f()
998 hsd.max_unref_got_dynindx = in score_elf_sort_hash_table()
1016 BFD_ASSERT ((unsigned long) hsd.max_unref_got_dynindx in score_elf_sort_hash_table()
Delf32-score.c107 long max_unref_got_dynindx; member
1050 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx) in score_elf_sort_hash_table_f()
1052 h->root.dynindx = hsd->max_unref_got_dynindx++; in score_elf_sort_hash_table_f()
1113 hsd.max_unref_got_dynindx = in score_elf_sort_hash_table()
1131 BFD_ASSERT ((unsigned long)hsd.max_unref_got_dynindx in score_elf_sort_hash_table()
Delfxx-mips.c317 long max_unref_got_dynindx; member
3830 hsd.max_unref_got_dynindx in mips_elf_sort_hash_table()
3842 BFD_ASSERT ((unsigned long) hsd.max_unref_got_dynindx in mips_elf_sort_hash_table()
3880 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx) in mips_elf_sort_hash_table_f()
3882 h->root.dynindx = hsd->max_unref_got_dynindx++; in mips_elf_sort_hash_table_f()
DChangeLog-20081315 Assert == rather than <= when checking hsd.max_unref_got_dynindx.
DChangeLog-02034669 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.