Lines Matching defs:opt_fd
8010 struct elf_link_hash_entry *opt, *opt_fd;
8014 opt_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_opt",
8016 if (opt_fd != NULL
8017 && (opt_fd->root.type == bfd_link_hash_defined
8018 || opt_fd->root.type == bfd_link_hash_defweak))
8056 tga_fd->root.u.i.link = &opt_fd->root;
8058 ppc64_elf_copy_indirect_symbol (info, opt_fd, tga_fd);
8063 desc_fd->root.u.i.link = &opt_fd->root;
8065 ppc64_elf_copy_indirect_symbol (info, opt_fd, desc_fd);
8067 opt_fd->mark = 1;
8068 if (opt_fd->dynindx != -1)
8071 opt_fd->dynindx = -1;
8073 opt_fd->dynstr_index);
8074 if (!bfd_elf_link_record_dynamic_symbol (info, opt_fd))
8079 htab->tls_get_addr_fd = ppc_elf_hash_entry (opt_fd);
8102 htab->tga_desc_fd = ppc_elf_hash_entry (opt_fd);