Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-score7.c917 struct score_elf_hash_sort_data *hsd = data; in score_elf_sort_hash_table_f() local
929 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx) in score_elf_sort_hash_table_f()
930 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
931 h->root.dynindx = hsd->max_unref_got_dynindx++; in score_elf_sort_hash_table_f()
934 h->root.dynindx = hsd->max_non_got_dynindx++; in score_elf_sort_hash_table_f()
937 h->root.dynindx = --hsd->min_got_dynindx; in score_elf_sort_hash_table_f()
938 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
985 struct score_elf_hash_sort_data hsd; in score_elf_sort_hash_table() local
993 hsd.low = NULL; in score_elf_sort_hash_table()
994 hsd.max_unref_got_dynindx = in score_elf_sort_hash_table()
[all …]
H A Delf32-score.c1032 struct score_elf_hash_sort_data *hsd = data; in score_elf_sort_hash_table_f() local
1044 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx) in score_elf_sort_hash_table_f()
1045 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
1046 h->root.dynindx = hsd->max_unref_got_dynindx++; in score_elf_sort_hash_table_f()
1049 h->root.dynindx = hsd->max_non_got_dynindx++; in score_elf_sort_hash_table_f()
1052 h->root.dynindx = --hsd->min_got_dynindx; in score_elf_sort_hash_table_f()
1053 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
1098 struct score_elf_hash_sort_data hsd; in score_elf_sort_hash_table() local
1106 hsd.low = NULL; in score_elf_sort_hash_table()
1107 hsd.max_unref_got_dynindx = in score_elf_sort_hash_table()
[all …]
H A Delfxx-mips.c3955 struct mips_elf_hash_sort_data hsd; in mips_elf_sort_hash_table() local
3968 hsd.low = NULL; in mips_elf_sort_hash_table()
3969 hsd.max_unref_got_dynindx in mips_elf_sort_hash_table()
3970 = hsd.min_got_dynindx in mips_elf_sort_hash_table()
3974 hsd.max_local_dynindx = count_section_dynsyms (abfd, info) + 1; in mips_elf_sort_hash_table()
3975 hsd.max_non_got_dynindx = htab->root.local_dynsymcount + 1; in mips_elf_sort_hash_table()
3976 hsd.output_bfd = abfd; in mips_elf_sort_hash_table()
3983 hsd.mipsxhash = s->contents; in mips_elf_sort_hash_table()
3984 BFD_ASSERT (hsd.mipsxhash != NULL); in mips_elf_sort_hash_table()
3987 hsd.mipsxhash = NULL; in mips_elf_sort_hash_table()
[all …]
H A DChangeLog-20081315 Assert == rather than <= when checking hsd.max_unref_got_dynindx.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-score7.c917 struct score_elf_hash_sort_data *hsd = data; in score_elf_sort_hash_table_f() local
929 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx) in score_elf_sort_hash_table_f()
930 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
931 h->root.dynindx = hsd->max_unref_got_dynindx++; in score_elf_sort_hash_table_f()
934 h->root.dynindx = hsd->max_non_got_dynindx++; in score_elf_sort_hash_table_f()
937 h->root.dynindx = --hsd->min_got_dynindx; in score_elf_sort_hash_table_f()
938 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
985 struct score_elf_hash_sort_data hsd; in score_elf_sort_hash_table() local
993 hsd.low = NULL; in score_elf_sort_hash_table()
994 hsd.max_unref_got_dynindx = in score_elf_sort_hash_table()
[all …]
H A Delf32-score.c1032 struct score_elf_hash_sort_data *hsd = data; in score_elf_sort_hash_table_f() local
1044 if (hsd->max_unref_got_dynindx == hsd->min_got_dynindx) in score_elf_sort_hash_table_f()
1045 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
1046 h->root.dynindx = hsd->max_unref_got_dynindx++; in score_elf_sort_hash_table_f()
1049 h->root.dynindx = hsd->max_non_got_dynindx++; in score_elf_sort_hash_table_f()
1052 h->root.dynindx = --hsd->min_got_dynindx; in score_elf_sort_hash_table_f()
1053 hsd->low = (struct elf_link_hash_entry *) h; in score_elf_sort_hash_table_f()
1098 struct score_elf_hash_sort_data hsd; in score_elf_sort_hash_table() local
1106 hsd.low = NULL; in score_elf_sort_hash_table()
1107 hsd.max_unref_got_dynindx = in score_elf_sort_hash_table()
[all …]
H A Delfxx-mips.c3878 struct mips_elf_hash_sort_data hsd; in mips_elf_sort_hash_table() local
3891 hsd.low = NULL; in mips_elf_sort_hash_table()
3892 hsd.max_unref_got_dynindx in mips_elf_sort_hash_table()
3893 = hsd.min_got_dynindx in mips_elf_sort_hash_table()
3897 hsd.max_local_dynindx = count_section_dynsyms (abfd, info) + 1; in mips_elf_sort_hash_table()
3898 hsd.max_non_got_dynindx = htab->root.local_dynsymcount + 1; in mips_elf_sort_hash_table()
3899 hsd.output_bfd = abfd; in mips_elf_sort_hash_table()
3906 hsd.mipsxhash = s->contents; in mips_elf_sort_hash_table()
3907 BFD_ASSERT (hsd.mipsxhash != NULL); in mips_elf_sort_hash_table()
3910 hsd.mipsxhash = NULL; in mips_elf_sort_hash_table()
[all …]
H A DChangeLog-20081315 Assert == rather than <= when checking hsd.max_unref_got_dynindx.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20081315 Assert == rather than <= when checking hsd.max_unref_got_dynindx.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20081315 Assert == rather than <= when checking hsd.max_unref_got_dynindx.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog1767 * alpha.md (zero_extendqi[hsd]i2): Use "and", not "zapnot".
H A DFSFChangeLog.114382 (extend[qh]i[hsd]i2x): Add missing cases and fix typo in constraint.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog1767 * alpha.md (zero_extendqi[hsd]i2): Use "and", not "zapnot".
H A DFSFChangeLog.114382 (extend[qh]i[hsd]i2x): Add missing cases and fix typo in constraint.
/netbsd-src/etc/
H A Dservices21276 … Ing. Markus Huemer mailto:markus.huemer&hsd.at