Searched refs:bfd2got (Results 1 – 2 of 2) sorted by relevance
135 struct htab *bfd2got; member159 htab_t bfd2got; member2468 if (g->bfd2got && ibfd) in mips_elf_global_got_index()2982 if (! g->bfd2got) in mips_elf_got_for_ibfd()2986 p = htab_find (g->bfd2got, &e); in mips_elf_got_for_ibfd()2999 htab_t bfd2got = arg->bfd2got; in mips_elf_make_got_per_bfd() local3007 bfdgotp = htab_find_slot (bfd2got, &bfdgot_entry, INSERT); in mips_elf_make_got_per_bfd()3049 g->bfd2got = NULL; in mips_elf_make_got_per_bfd()3085 struct mips_elf_bfd2got_hash *bfd2got in mips_elf_merge_gots() local3088 unsigned int lcount = bfd2got->g->local_gotno; in mips_elf_merge_gots()[all …]
4668 (struct mips_got_info): Added bfd2got and next.