Searched refs:got_entries (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-score7.c | 121 struct htab *got_entries; member 1323 g->got_entries = htab_try_create (1, score_elf_got_entry_hash, in score_elf_create_got_section() 1325 if (g->got_entries == NULL) in score_elf_create_got_section() 1361 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_create_local_got_entry() 1457 if (htab_find (g->got_entries, &e)) in s7_bfd_score_elf_hide_symbol() 1523 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_global_got_symbol() 1563 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_local_got_symbol() 1656 htab_t got_entries = *(htab_t *) p; in score_elf_resolve_final_got_entry() local 1673 if (! htab_find (got_entries, entry)) in score_elf_resolve_final_got_entry() 1675 htab_clear_slot (got_entries, entryp); in score_elf_resolve_final_got_entry() [all …]
|
D | elf64-alpha.c | 178 struct alpha_elf_got_entry *got_entries; member 269 ret->got_entries = NULL; in elf64_alpha_link_hash_newfunc() 1676 slot = &h->got_entries; in get_got_entry() 2187 if (hs->got_entries == NULL) in elf64_alpha_copy_indirect_symbol() 2188 hs->got_entries = hi->got_entries; in elf64_alpha_copy_indirect_symbol() 2193 gsh = hs->got_entries; in elf64_alpha_copy_indirect_symbol() 2194 for (gi = hi->got_entries; gi ; gi = gin) in elf64_alpha_copy_indirect_symbol() 2205 gi->next = hs->got_entries; in elf64_alpha_copy_indirect_symbol() 2206 hs->got_entries = gi; in elf64_alpha_copy_indirect_symbol() 2210 hi->got_entries = NULL; in elf64_alpha_copy_indirect_symbol() [all …]
|
D | elf32-score.c | 125 struct htab *got_entries; member 1465 g->got_entries = htab_try_create (1, score_elf_got_entry_hash, in score_elf_create_got_section() 1467 if (g->got_entries == NULL) in score_elf_create_got_section() 1501 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_create_local_got_entry() 1596 if (htab_find (g->got_entries, &e)) in s3_bfd_score_elf_hide_symbol() 1661 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_global_got_symbol() 1700 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT); in score_elf_record_local_got_symbol() 1791 htab_t got_entries = *(htab_t *)p; in score_elf_resolve_final_got_entry() local 1808 if (! htab_find (got_entries, entry)) in score_elf_resolve_final_got_entry() 1810 htab_clear_slot (got_entries, entryp); in score_elf_resolve_final_got_entry() [all …]
|
D | elfxx-mips.c | 176 struct htab *got_entries; member 3104 g->got_entries = htab_try_create (1, mips_elf_got_entry_hash, in mips_elf_create_got_info() 3106 if (g->got_entries == NULL) in mips_elf_create_got_info() 3147 htab_delete (tdata->got->got_entries); in mips_elf_replace_bfd_got() 3554 entry = htab_find (g->got_entries, &lookup); in mips_elf_global_got_index() 3705 entry = (struct mips_got_entry *) htab_find (g->got_entries, &lookup); in mips_elf_create_local_got_entry() 3717 loc = htab_find_slot (g->got_entries, &lookup, INSERT); in mips_elf_create_local_got_entry() 3896 loc = htab_find_slot (g->got_entries, lookup, INSERT); in mips_elf_record_got_entry() 3919 bfd_loc = htab_find_slot (g->got_entries, lookup, INSERT); in mips_elf_record_got_entry() 4151 slot = htab_find_slot (arg->g->got_entries, entry, INSERT); in mips_elf_recreate_got() [all …]
|
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
|