Lines Matching defs:desc_fd
7937 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd;
8004 desc_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_desc",
8006 htab->tga_desc_fd = ppc_elf_hash_entry (desc_fd);
8032 && desc_fd != NULL
8033 && (desc_fd->type == STT_FUNC
8034 || desc_fd->needs_plt)
8035 && !(SYMBOL_CALLS_LOCAL (info, desc_fd)
8036 || UNDEFWEAK_NO_DYNAMIC_RELOC (info, desc_fd))))
8037 desc_fd = NULL;
8039 if (tga_fd != NULL || desc_fd != NULL)
8047 if (ent == NULL && desc_fd != NULL)
8048 for (ent = desc_fd->plt.plist; ent != NULL; ent = ent->next)
8060 if (desc_fd
8062 desc_fd->root.type = bfd_link_hash_indirect;
8063 desc_fd->root.u.i.link = &opt_fd->root;
8064 desc_fd->root.u.i.warning = NULL;
8065 ppc64_elf_copy_indirect_symbol (info, opt_fd, desc_fd);
8100 if (desc_fd != NULL)