Lines Matching refs:tga
2896 struct elf_link_hash_entry *tga;
2920 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
3018 && h == tga)
4328 struct elf_link_hash_entry *opt, *tga;
4339 tga = htab->tls_get_addr;
4341 && tga != NULL
4342 && (tga->type == STT_FUNC
4343 || tga->needs_plt)
4344 && !(SYMBOL_CALLS_LOCAL (info, tga)
4345 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, tga)))
4348 for (ent = tga->plt.plist; ent != NULL; ent = ent->next)
4353 tga->root.type = bfd_link_hash_indirect;
4354 tga->root.u.i.link = &opt->root;
4355 ppc_elf_copy_indirect_symbol (info, opt, tga);