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

/freebsd-9.3-release/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
1974 /* got_entries only match if they're identical, except for gotidx, so
2491 p = htab_find (g->got_entries, &e);
2682 htab_find (g->got_entries, &entry);
2688 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2864 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2912 htab_find_slot (g->got_entries, &entry, INSERT);
3051 g->got_entries = htab_try_create (1, mips_elf_multi_got_entry_hash,
3053 if (g->got_entries == NULL)
3064 entryp = htab_find_slot (g->got_entries, entr
3307 htab_t got_entries = *(htab_t *)p; local
3348 htab_t got_entries; local
[all...]

Completed in 112 milliseconds