/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-score7.c | 121 struct htab *got_entries; member 1322 g->got_entries = htab_try_create (1, score_elf_got_entry_hash, in score_elf_create_got_section() 1324 if (g->got_entries == NULL) in score_elf_create_got_section() 1360 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_create_local_got_entry() 1456 if (htab_find (g->got_entries, &e)) in s7_bfd_score_elf_hide_symbol() 1522 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_global_got_symbol() 1562 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_local_got_symbol() 1655 htab_t got_entries = *(htab_t *) p; in score_elf_resolve_final_got_entry() local 1672 if (! htab_find (got_entries, entry)) in score_elf_resolve_final_got_entry() 1674 htab_clear_slot (got_entries, entryp); in score_elf_resolve_final_got_entry() [all …]
|
H A D | elf64-alpha.c | 184 struct alpha_elf_got_entry *got_entries; member 276 ret->got_entries = NULL; in elf64_alpha_link_hash_newfunc() 1672 slot = &h->got_entries; in get_got_entry() 2124 if (hs->got_entries == NULL) in elf64_alpha_copy_indirect_symbol() 2125 hs->got_entries = hi->got_entries; in elf64_alpha_copy_indirect_symbol() 2130 gsh = hs->got_entries; in elf64_alpha_copy_indirect_symbol() 2131 for (gi = hi->got_entries; gi ; gi = gin) in elf64_alpha_copy_indirect_symbol() 2142 gi->next = hs->got_entries; in elf64_alpha_copy_indirect_symbol() 2143 hs->got_entries = gi; in elf64_alpha_copy_indirect_symbol() 2147 hi->got_entries = NULL; in elf64_alpha_copy_indirect_symbol() [all …]
|
H A D | elf32-score.c | 125 struct htab *got_entries; member 1461 g->got_entries = htab_try_create (1, score_elf_got_entry_hash, in score_elf_create_got_section() 1463 if (g->got_entries == NULL) in score_elf_create_got_section() 1497 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_create_local_got_entry() 1592 if (htab_find (g->got_entries, &e)) in s3_bfd_score_elf_hide_symbol() 1657 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_global_got_symbol() 1696 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_local_got_symbol() 1787 htab_t got_entries = *(htab_t *)p; in score_elf_resolve_final_got_entry() local 1804 if (! htab_find (got_entries, entry)) in score_elf_resolve_final_got_entry() 1806 htab_clear_slot (got_entries, entryp); in score_elf_resolve_final_got_entry() [all …]
|
H A D | elfxx-mips.c | 178 struct htab *got_entries; member 3250 g->got_entries = htab_try_create (1, mips_elf_got_entry_hash, in mips_elf_create_got_info() 3252 if (g->got_entries == NULL) in mips_elf_create_got_info() 3293 htab_delete (tdata->got->got_entries); in mips_elf_replace_bfd_got() 3700 entry = htab_find (g->got_entries, &lookup); in mips_elf_global_got_index() 3851 entry = (struct mips_got_entry *) htab_find (g->got_entries, &lookup); in mips_elf_create_local_got_entry() 3863 loc = htab_find_slot (g->got_entries, &lookup, INSERT); in mips_elf_create_local_got_entry() 4064 loc = htab_find_slot (g->got_entries, lookup, INSERT); in mips_elf_record_got_entry() 4087 bfd_loc = htab_find_slot (g->got_entries, lookup, INSERT); in mips_elf_record_got_entry() 4319 slot = htab_find_slot (arg->g->got_entries, entry, INSERT); in mips_elf_recreate_got() [all …]
|
H A D | ChangeLog-0203 | 5254 (struct mips_got_info): Added got_entries field. 5258 (mips_elf_create_local_got_entry): Rewrite to use got_entries. 5261 (mips_elf_create_got_section): Initialize got_entries. 5262 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-score7.c | 121 struct htab *got_entries; member 1322 g->got_entries = htab_try_create (1, score_elf_got_entry_hash, in score_elf_create_got_section() 1324 if (g->got_entries == NULL) in score_elf_create_got_section() 1360 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_create_local_got_entry() 1456 if (htab_find (g->got_entries, &e)) in s7_bfd_score_elf_hide_symbol() 1522 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_global_got_symbol() 1562 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_local_got_symbol() 1655 htab_t got_entries = *(htab_t *) p; in score_elf_resolve_final_got_entry() local 1672 if (! htab_find (got_entries, entry)) in score_elf_resolve_final_got_entry() 1674 htab_clear_slot (got_entries, entryp); in score_elf_resolve_final_got_entry() [all …]
|
H A D | elf64-alpha.c | 184 struct alpha_elf_got_entry *got_entries; member 276 ret->got_entries = NULL; in elf64_alpha_link_hash_newfunc() 1689 slot = &h->got_entries; in get_got_entry() 2141 if (hs->got_entries == NULL) in elf64_alpha_copy_indirect_symbol() 2142 hs->got_entries = hi->got_entries; in elf64_alpha_copy_indirect_symbol() 2147 gsh = hs->got_entries; in elf64_alpha_copy_indirect_symbol() 2148 for (gi = hi->got_entries; gi ; gi = gin) in elf64_alpha_copy_indirect_symbol() 2159 gi->next = hs->got_entries; in elf64_alpha_copy_indirect_symbol() 2160 hs->got_entries = gi; in elf64_alpha_copy_indirect_symbol() 2164 hi->got_entries = NULL; in elf64_alpha_copy_indirect_symbol() [all …]
|
H A D | elf32-score.c | 125 struct htab *got_entries; member 1461 g->got_entries = htab_try_create (1, score_elf_got_entry_hash, in score_elf_create_got_section() 1463 if (g->got_entries == NULL) in score_elf_create_got_section() 1497 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_create_local_got_entry() 1592 if (htab_find (g->got_entries, &e)) in s3_bfd_score_elf_hide_symbol() 1657 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_global_got_symbol() 1696 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_local_got_symbol() 1787 htab_t got_entries = *(htab_t *)p; in score_elf_resolve_final_got_entry() local 1804 if (! htab_find (got_entries, entry)) in score_elf_resolve_final_got_entry() 1806 htab_clear_slot (got_entries, entryp); in score_elf_resolve_final_got_entry() [all …]
|
H A D | elfxx-mips.c | 178 struct htab *got_entries; member 3173 g->got_entries = htab_try_create (1, mips_elf_got_entry_hash, in mips_elf_create_got_info() 3175 if (g->got_entries == NULL) in mips_elf_create_got_info() 3216 htab_delete (tdata->got->got_entries); in mips_elf_replace_bfd_got() 3623 entry = htab_find (g->got_entries, &lookup); in mips_elf_global_got_index() 3774 entry = (struct mips_got_entry *) htab_find (g->got_entries, &lookup); in mips_elf_create_local_got_entry() 3786 loc = htab_find_slot (g->got_entries, &lookup, INSERT); in mips_elf_create_local_got_entry() 3987 loc = htab_find_slot (g->got_entries, lookup, INSERT); in mips_elf_record_got_entry() 4010 bfd_loc = htab_find_slot (g->got_entries, lookup, INSERT); in mips_elf_record_got_entry() 4242 slot = htab_find_slot (arg->g->got_entries, entry, INSERT); in mips_elf_recreate_got() [all …]
|
H A D | ChangeLog-0203 | 5254 (struct mips_got_info): Added got_entries field. 5258 (mips_elf_create_local_got_entry): Rewrite to use got_entries. 5261 (mips_elf_create_got_section): Initialize got_entries. 5262 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-0203 | 5254 (struct mips_got_info): Added got_entries field. 5258 (mips_elf_create_local_got_entry): Rewrite to use got_entries. 5261 (mips_elf_create_got_section): Initialize got_entries. 5262 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-0203 | 5254 (struct mips_got_info): Added got_entries field. 5258 (mips_elf_create_local_got_entry): Rewrite to use got_entries. 5261 (mips_elf_create_got_section): Initialize got_entries. 5262 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
|