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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf64-alpha.c158 } *got_entries;
259 ret->got_entries = NULL;
1643 slot = &h->got_entries;
2067 if (hs->got_entries == NULL)
2068 hs->got_entries = hi->got_entries;
2073 gsh = hs->got_entries;
2074 for (gi = hi->got_entries; gi ; gi = gin)
2085 gi->next = hs->got_entries;
2086 hs->got_entries
156 } *got_entries; member in struct:alpha_elf_link_hash_entry
[all...]
H A Delfxx-mips.c132 struct htab *got_entries; member in struct:mips_got_info
1950 /* got_entries only match if they're identical, except for gotidx, so
2470 p = htab_find (g->got_entries, &e);
2666 htab_find (g->got_entries, &entry);
2672 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2855 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2903 htab_find_slot (g->got_entries, &entry, INSERT);
3042 g->got_entries = htab_try_create (1, mips_elf_multi_got_entry_hash,
3044 if (g->got_entries == NULL)
3055 entryp = htab_find_slot (g->got_entries, entr
3296 htab_t got_entries = *(htab_t *)p; local
3337 htab_t got_entries; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf64-alpha.c180 struct alpha_elf_got_entry *got_entries;
271 ret->got_entries = NULL;
1696 slot = &h->got_entries;
2219 if (hs->got_entries == NULL)
2220 hs->got_entries = hi->got_entries;
2225 gsh = hs->got_entries;
2226 for (gi = hi->got_entries; gi ; gi = gin)
2237 gi->next = hs->got_entries;
2238 hs->got_entries
178 struct alpha_elf_got_entry *got_entries; member in struct:alpha_elf_link_hash_entry
[all...]
H A Delf32-score.c125 struct htab *got_entries; member in struct:score_got_info
1008 /* got_entries only match if they're identical, except for gotidx, so
1467 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1469 if (g->got_entries == NULL)
1503 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1598 if (htab_find (g->got_entries, &e))
1663 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1702 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1793 htab_t got_entries = *(htab_t *)p; local
1810 if (! htab_find (got_entries, entr
1833 htab_t got_entries; local
[all...]
H A Delf32-score7.c121 struct htab *got_entries; member in struct:score_got_info
886 /* got_entries only match if they're identical, except for gotidx, so
1326 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1328 if (g->got_entries == NULL)
1364 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1460 if (htab_find (g->got_entries, &e))
1526 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1566 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1659 htab_t got_entries = *(htab_t *) p; local
1676 if (! htab_find (got_entries, entr
1700 htab_t got_entries; local
[all...]
H A Delfxx-mips.c177 struct htab *got_entries; member in struct:mips_got_info
3144 g->got_entries = htab_try_create (1, mips_elf_got_entry_hash,
3146 if (g->got_entries == NULL)
3187 htab_delete (tdata->got->got_entries);
3596 entry = htab_find (g->got_entries, &lookup);
3747 entry = (struct mips_got_entry *) htab_find (g->got_entries, &lookup);
3759 loc = htab_find_slot (g->got_entries, &lookup, INSERT);
3941 loc = htab_find_slot (g->got_entries, lookup, INSERT);
3964 bfd_loc = htab_find_slot (g->got_entries, lookup, INSERT);
4197 slot = htab_find_slot (arg->g->got_entries, entr
[all...]

Completed in 206 milliseconds