Lines Matching refs:tga
5209 struct elf_link_hash_entry *tga, *dottga; in ppc64_elf_check_relocs() local
5229 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr", in ppc64_elf_check_relocs()
5295 if (h != NULL && (h == tga || h == dottga)) in ppc64_elf_check_relocs()
5563 if (h == tga || h == dottga) in ppc64_elf_check_relocs()
8026 struct elf_link_hash_entry *opt, *opt_fd, *tga, *tga_fd; in ppc64_elf_tls_setup() local
8071 tga = &htab->tls_get_addr->elf; in ppc64_elf_tls_setup()
8072 if (opt != NULL && tga != NULL) in ppc64_elf_tls_setup()
8074 tga->root.type = bfd_link_hash_indirect; in ppc64_elf_tls_setup()
8075 tga->root.u.i.link = &opt->root; in ppc64_elf_tls_setup()
8076 ppc64_elf_copy_indirect_symbol (info, opt, tga); in ppc64_elf_tls_setup()
8078 tga->forced_local); in ppc64_elf_tls_setup()