Home | History | Annotate | Download | only in bfd

Lines Matching refs:tga

2883   struct elf_link_hash_entry *tga;
2907 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
3005 && h == tga)
4315 struct elf_link_hash_entry *opt, *tga;
4326 tga = htab->tls_get_addr;
4328 && tga != NULL
4329 && (tga->type == STT_FUNC
4330 || tga->needs_plt)
4331 && !(SYMBOL_CALLS_LOCAL (info, tga)
4332 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, tga)))
4335 for (ent = tga->plt.plist; ent != NULL; ent = ent->next)
4340 tga->root.type = bfd_link_hash_indirect;
4341 tga->root.u.i.link = &opt->root;
4342 ppc_elf_copy_indirect_symbol (info, opt, tga);