Lines Matching refs:tga
4791 struct elf_link_hash_entry *tga, *dottga;
4803 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
4921 if (h != NULL && (h == tga || h == dottga))
5199 if (h == tga || h == dottga)
7938 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd;
7995 tga = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
7997 htab->tls_get_addr = ppc_elf_hash_entry (tga);
8081 tga = elf_hash_entry (htab->tls_get_addr);
8082 if (opt != NULL && tga != NULL)
8084 tga->root.type = bfd_link_hash_indirect;
8085 tga->root.u.i.link = &opt->root;
8086 tga->root.u.i.warning = NULL;
8087 ppc64_elf_copy_indirect_symbol (info, opt, tga);
8090 tga->forced_local);