Searched refs:got_entries (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c158 } *got_entries;
263 ret->got_entries = NULL;
1667 slot = &h->got_entries;
2104 if (hs->got_entries == NULL)
2105 hs->got_entries = hi->got_entries;
2110 gsh = hs->got_entries;
2111 for (gi = hi->got_entries; gi ; gi = gin)
2122 gi->next = hs->got_entries;
2123 hs->got_entries
156 } *got_entries; member in struct:alpha_elf_link_hash_entry
[all...]
H A Delf32-score.c132 struct htab *got_entries; member in struct:score_got_info
891 /* got_entries only match if they're identical, except for gotidx, so
1361 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1363 if (g->got_entries == NULL)
1399 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1495 if (htab_find (g->got_entries, &e))
1561 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1601 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1692 htab_t got_entries = *(htab_t *)p; local
1709 if (! htab_find (got_entries, entr
1732 htab_t got_entries; local
[all...]
H A Delfxx-mips.c132 struct htab *got_entries; member in struct:mips_got_info
1978 /* got_entries only match if they're identical, except for gotidx, so
2495 p = htab_find (g->got_entries, &e);
2686 htab_find (g->got_entries, &entry);
2692 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2868 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2916 htab_find_slot (g->got_entries, &entry, INSERT);
3055 g->got_entries = htab_try_create (1, mips_elf_multi_got_entry_hash,
3057 if (g->got_entries == NULL)
3068 entryp = htab_find_slot (g->got_entries, entr
3311 htab_t got_entries = *(htab_t *)p; local
3352 htab_t got_entries; local
[all...]

Completed in 144 milliseconds