Lines Matching refs:tga_fd
8214 struct elf_link_hash_entry *opt, *opt_fd, *tga, *tga_fd; in ppc64_elf_tls_setup() local
8230 tga_fd = &htab->tls_get_addr_fd->elf; in ppc64_elf_tls_setup()
8232 && tga_fd != NULL in ppc64_elf_tls_setup()
8233 && (tga_fd->type == STT_FUNC in ppc64_elf_tls_setup()
8234 || tga_fd->needs_plt) in ppc64_elf_tls_setup()
8235 && !(SYMBOL_CALLS_LOCAL (info, tga_fd) in ppc64_elf_tls_setup()
8236 || (ELF_ST_VISIBILITY (tga_fd->other) != STV_DEFAULT in ppc64_elf_tls_setup()
8237 && tga_fd->root.type == bfd_link_hash_undefweak))) in ppc64_elf_tls_setup()
8241 for (ent = tga_fd->plt.plist; ent != NULL; ent = ent->next) in ppc64_elf_tls_setup()
8246 tga_fd->root.type = bfd_link_hash_indirect; in ppc64_elf_tls_setup()
8247 tga_fd->root.u.i.link = &opt_fd->root; in ppc64_elf_tls_setup()
8248 ppc64_elf_copy_indirect_symbol (info, opt_fd, tga_fd); in ppc64_elf_tls_setup()