Searched refs:bfd2got (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c135 struct htab *bfd2got; member in struct:mips_got_info
153 /* Structure passed when traversing the bfd2got hash table, used to
159 htab_t bfd2got; member in struct:mips_elf_got_per_bfd_arg
2456 if (g->bfd2got && ibfd)
2951 /* Compute the hash value of the bfd in a bfd2got hash entry. */
2983 if (! g->bfd2got)
2987 p = htab_find (g->bfd2got, &e);
3000 htab_t bfd2got = arg->bfd2got;
3008 bfdgotp = htab_find_slot (bfd2got,
2986 htab_t bfd2got = arg->bfd2got; local
3072 struct mips_elf_bfd2got_hash *bfd2got local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-m68k.c857 /* BFD and its GOT. This is an entry in multi_got->bfd2got hashtable. */
877 htab_t bfd2got;
958 if (htab->multi_got_.bfd2got != NULL)
960 htab_delete (htab->multi_got_.bfd2got);
961 htab->multi_got_.bfd2got = NULL;
1295 an empty GOT and traverse bfd2got hashtable putting got_entries from
1343 multi_got->bfd2got and got->entries are allocated on
1700 /* Compute the hash value of the bfd in a bfd2got hash entry. */
1726 /* Destruct a bfd2got entry. */
1739 /* Find existing or create new (depending on HOWTO) bfd2got entr
876 htab_t bfd2got; member in struct:elf_m68k_multi_got
[all...]

Completed in 111 milliseconds