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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c158 } *got_entries;
259 ret->got_entries = NULL;
1646 slot = &h->got_entries;
2083 if (hs->got_entries == NULL)
2084 hs->got_entries = hi->got_entries;
2089 gsh = hs->got_entries;
2090 for (gi = hi->got_entries; gi ; gi = gin)
2101 gi->next = hs->got_entries;
2102 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
2494 p = htab_find (g->got_entries, &e);
2690 htab_find (g->got_entries, &entry);
2696 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2879 loc = (struct mips_got_entry **) htab_find_slot (g->got_entries, &entry,
2927 htab_find_slot (g->got_entries, &entry, INSERT);
3066 g->got_entries = htab_try_create (1, mips_elf_multi_got_entry_hash,
3068 if (g->got_entries == NULL)
3079 entryp = htab_find_slot (g->got_entries, entr
3319 htab_t got_entries = *(htab_t *)p; local
3360 htab_t got_entries; local
[all...]

Completed in 146 milliseconds