HomeSort by: relevance | last modified time | path
    Searched refs:got_entries (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-alpha.c 186 struct alpha_elf_got_entry *got_entries;
278 ret->got_entries = NULL;
1678 slot = &h->got_entries;
2130 if (hs->got_entries == NULL)
2131 hs->got_entries = hi->got_entries;
2136 gsh = hs->got_entries;
2137 for (gi = hi->got_entries; gi ; gi = gin)
2148 gi->next = hs->got_entries;
2149 hs->got_entries = gi
184 struct alpha_elf_got_entry *got_entries; member in struct:alpha_elf_link_hash_entry
    [all...]
elf32-score.c 125 struct htab *got_entries; member in struct:score_got_info
1013 /* got_entries only match if they're identical, except for gotidx, so
1462 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1464 if (g->got_entries == NULL)
1498 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1593 if (htab_find (g->got_entries, &e))
1658 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1697 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1788 htab_t got_entries = *(htab_t *)p; local
1805 if (! htab_find (got_entries, entry)
1828 htab_t got_entries; local
    [all...]
elf32-score7.c 121 struct htab *got_entries; member in struct:score_got_info
893 /* got_entries only match if they're identical, except for gotidx, so
1323 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1325 if (g->got_entries == NULL)
1361 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1457 if (htab_find (g->got_entries, &e))
1523 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1563 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1656 htab_t got_entries = *(htab_t *) p; local
1673 if (! htab_find (got_entries, entry)
1697 htab_t got_entries; local
    [all...]
elfxx-mips.c 178 struct htab *got_entries; member in struct:mips_got_info
3315 g->got_entries = htab_try_create (1, mips_elf_got_entry_hash,
3317 if (g->got_entries == NULL)
3358 htab_delete (tdata->got->got_entries);
3778 entry = htab_find (g->got_entries, &lookup);
3929 entry = (struct mips_got_entry *) htab_find (g->got_entries, &lookup);
3941 loc = htab_find_slot (g->got_entries, &lookup, INSERT);
4140 loc = htab_find_slot (g->got_entries, lookup, INSERT);
4163 bfd_loc = htab_find_slot (g->got_entries, lookup, INSERT);
4396 slot = htab_find_slot (arg->g->got_entries, entry, INSERT)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-alpha.c 186 struct alpha_elf_got_entry *got_entries;
278 ret->got_entries = NULL;
1678 slot = &h->got_entries;
2130 if (hs->got_entries == NULL)
2131 hs->got_entries = hi->got_entries;
2136 gsh = hs->got_entries;
2137 for (gi = hi->got_entries; gi ; gi = gin)
2148 gi->next = hs->got_entries;
2149 hs->got_entries = gi
184 struct alpha_elf_got_entry *got_entries; member in struct:alpha_elf_link_hash_entry
    [all...]
elf32-score.c 125 struct htab *got_entries; member in struct:score_got_info
1002 /* got_entries only match if they're identical, except for gotidx, so
1451 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1453 if (g->got_entries == NULL)
1487 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1582 if (htab_find (g->got_entries, &e))
1647 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1686 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1777 htab_t got_entries = *(htab_t *)p; local
1794 if (! htab_find (got_entries, entry)
1817 htab_t got_entries; local
    [all...]
elf32-score7.c 121 struct htab *got_entries; member in struct:score_got_info
882 /* got_entries only match if they're identical, except for gotidx, so
1312 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1314 if (g->got_entries == NULL)
1350 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1446 if (htab_find (g->got_entries, &e))
1512 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1552 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1645 htab_t got_entries = *(htab_t *) p; local
1662 if (! htab_find (got_entries, entry)
1686 htab_t got_entries; local
    [all...]
elfxx-mips.c 178 struct htab *got_entries; member in struct:mips_got_info
3304 g->got_entries = htab_try_create (1, mips_elf_got_entry_hash,
3306 if (g->got_entries == NULL)
3347 htab_delete (tdata->got->got_entries);
3754 entry = htab_find (g->got_entries, &lookup);
3905 entry = (struct mips_got_entry *) htab_find (g->got_entries, &lookup);
3917 loc = htab_find_slot (g->got_entries, &lookup, INSERT);
4117 loc = htab_find_slot (g->got_entries, lookup, INSERT);
4140 bfd_loc = htab_find_slot (g->got_entries, lookup, INSERT);
4373 slot = htab_find_slot (arg->g->got_entries, entry, INSERT)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-alpha.c 181 struct alpha_elf_got_entry *got_entries;
273 ret->got_entries = NULL;
1673 slot = &h->got_entries;
2125 if (hs->got_entries == NULL)
2126 hs->got_entries = hi->got_entries;
2131 gsh = hs->got_entries;
2132 for (gi = hi->got_entries; gi ; gi = gin)
2143 gi->next = hs->got_entries;
2144 hs->got_entries = gi
179 struct alpha_elf_got_entry *got_entries; member in struct:alpha_elf_link_hash_entry
    [all...]
elf32-score.c 125 struct htab *got_entries; member in struct:score_got_info
1002 /* got_entries only match if they're identical, except for gotidx, so
1461 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1463 if (g->got_entries == NULL)
1497 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1592 if (htab_find (g->got_entries, &e))
1657 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1696 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1787 htab_t got_entries = *(htab_t *)p; local
1804 if (! htab_find (got_entries, entry)
1827 htab_t got_entries; local
    [all...]
elf32-score7.c 121 struct htab *got_entries; member in struct:score_got_info
882 /* got_entries only match if they're identical, except for gotidx, so
1322 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1324 if (g->got_entries == NULL)
1360 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1456 if (htab_find (g->got_entries, &e))
1522 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1562 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1655 htab_t got_entries = *(htab_t *) p; local
1672 if (! htab_find (got_entries, entry)
1696 htab_t got_entries; local
    [all...]
elfxx-mips.c 178 struct htab *got_entries; member in struct:mips_got_info
3258 g->got_entries = htab_try_create (1, mips_elf_got_entry_hash,
3260 if (g->got_entries == NULL)
3301 htab_delete (tdata->got->got_entries);
3708 entry = htab_find (g->got_entries, &lookup);
3859 entry = (struct mips_got_entry *) htab_find (g->got_entries, &lookup);
3871 loc = htab_find_slot (g->got_entries, &lookup, INSERT);
4071 loc = htab_find_slot (g->got_entries, lookup, INSERT);
4094 bfd_loc = htab_find_slot (g->got_entries, lookup, INSERT);
4327 slot = htab_find_slot (arg->g->got_entries, entry, INSERT)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-alpha.c 181 struct alpha_elf_got_entry *got_entries;
273 ret->got_entries = NULL;
1675 slot = &h->got_entries;
2127 if (hs->got_entries == NULL)
2128 hs->got_entries = hi->got_entries;
2133 gsh = hs->got_entries;
2134 for (gi = hi->got_entries; gi ; gi = gin)
2145 gi->next = hs->got_entries;
2146 hs->got_entries = gi
179 struct alpha_elf_got_entry *got_entries; member in struct:alpha_elf_link_hash_entry
    [all...]
elf32-score.c 125 struct htab *got_entries; member in struct:score_got_info
1002 /* got_entries only match if they're identical, except for gotidx, so
1461 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1463 if (g->got_entries == NULL)
1497 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1592 if (htab_find (g->got_entries, &e))
1657 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1696 loc = (struct score_got_entry **)htab_find_slot (g->got_entries, &entry, INSERT);
1787 htab_t got_entries = *(htab_t *)p; local
1804 if (! htab_find (got_entries, entry)
1827 htab_t got_entries; local
    [all...]
elf32-score7.c 121 struct htab *got_entries; member in struct:score_got_info
882 /* got_entries only match if they're identical, except for gotidx, so
1322 g->got_entries = htab_try_create (1, score_elf_got_entry_hash,
1324 if (g->got_entries == NULL)
1360 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1456 if (htab_find (g->got_entries, &e))
1522 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1562 loc = (struct score_got_entry **) htab_find_slot (g->got_entries, &entry, INSERT);
1655 htab_t got_entries = *(htab_t *) p; local
1672 if (! htab_find (got_entries, entry)
1696 htab_t got_entries; local
    [all...]
elfxx-mips.c 178 struct htab *got_entries; member in struct:mips_got_info
3265 g->got_entries = htab_try_create (1, mips_elf_got_entry_hash,
3267 if (g->got_entries == NULL)
3308 htab_delete (tdata->got->got_entries);
3715 entry = htab_find (g->got_entries, &lookup);
3866 entry = (struct mips_got_entry *) htab_find (g->got_entries, &lookup);
3878 loc = htab_find_slot (g->got_entries, &lookup, INSERT);
4078 loc = htab_find_slot (g->got_entries, lookup, INSERT);
4101 bfd_loc = htab_find_slot (g->got_entries, lookup, INSERT);
4334 slot = htab_find_slot (arg->g->got_entries, entry, INSERT)
    [all...]

Completed in 115 milliseconds