Home | History | Annotate | Download | only in bfd

Lines Matching defs:opt_fd

8018       struct elf_link_hash_entry *opt, *opt_fd;
8022 opt_fd = elf_link_hash_lookup (&htab->elf, "__tls_get_addr_opt",
8024 if (opt_fd != NULL
8025 && (opt_fd->root.type == bfd_link_hash_defined
8026 || opt_fd->root.type == bfd_link_hash_defweak))
8064 tga_fd->root.u.i.link = &opt_fd->root;
8066 ppc64_elf_copy_indirect_symbol (info, opt_fd, tga_fd);
8071 desc_fd->root.u.i.link = &opt_fd->root;
8073 ppc64_elf_copy_indirect_symbol (info, opt_fd, desc_fd);
8075 opt_fd->mark = 1;
8076 if (opt_fd->dynindx != -1)
8079 opt_fd->dynindx = -1;
8081 opt_fd->dynstr_index);
8082 if (!bfd_elf_link_record_dynamic_symbol (info, opt_fd))
8087 htab->tls_get_addr_fd = ppc_elf_hash_entry (opt_fd);
8110 htab->tga_desc_fd = ppc_elf_hash_entry (opt_fd);