Lines Matching refs:tga
4784 struct elf_link_hash_entry *tga, *dottga;
4796 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
4914 if (h != NULL && (h == tga || h == dottga))
5192 if (h == tga || h == dottga)
7937 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd;
7994 tga = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
7996 htab->tls_get_addr = ppc_elf_hash_entry (tga);
8080 tga = elf_hash_entry (htab->tls_get_addr);
8081 if (opt != NULL && tga != NULL)
8083 tga->root.type = bfd_link_hash_indirect;
8084 tga->root.u.i.link = &opt->root;
8085 tga->root.u.i.warning = NULL;
8086 ppc64_elf_copy_indirect_symbol (info, opt, tga);
8089 tga->forced_local);