Home | History | Annotate | Download | only in bfd

Lines Matching refs:multi_got

852 /* BFD and its GOT.  This is an entry in multi_got->bfd2got hashtable.  */
1337 multi_got->bfd2got and got->entries are allocated on
1341 structure (multi_got), all pieces of which are reachable from
1732 MULTI_GOT. ABFD is the bfd we need a GOT for. INFO is a context where
1736 elf_m68k_get_bfd2got_entry (struct elf_m68k_multi_got *multi_got,
1747 if (multi_got->bfd2got == NULL)
1753 multi_got->bfd2got = htab_try_create (1, elf_m68k_bfd2got_entry_hash,
1756 if (multi_got->bfd2got == NULL)
1764 ptr = htab_find_slot (multi_got->bfd2got, &entry_, (howto != SEARCH
2383 struct elf_m68k_multi_got *multi_got;
2386 multi_got = elf_m68k_multi_got (info);
2395 if (multi_got->bfd2got != NULL)
2399 arg_.symndx2h = bfd_zmalloc (multi_got->global_symndx
2409 htab_traverse (multi_got->bfd2got, elf_m68k_partition_multi_got_1,
2446 BFD_ASSERT (multi_got->bfd2got == NULL);