Home | History | Annotate | Download | only in bfd

Lines Matching refs:tga

4792   struct elf_link_hash_entry *tga, *dottga;
4804 tga = elf_link_hash_lookup (&htab->elf, "__tls_get_addr",
4922 if (h != NULL && (h == tga || h == dottga))
5200 if (h == tga || h == dottga)
7945 struct elf_link_hash_entry *tga, *tga_fd, *desc, *desc_fd;
8002 tga = elf_link_hash_lookup (&htab->elf, ".__tls_get_addr",
8004 htab->tls_get_addr = ppc_elf_hash_entry (tga);
8088 tga = elf_hash_entry (htab->tls_get_addr);
8089 if (opt != NULL && tga != NULL)
8091 tga->root.type = bfd_link_hash_indirect;
8092 tga->root.u.i.link = &opt->root;
8093 tga->root.u.i.warning = NULL;
8094 ppc64_elf_copy_indirect_symbol (info, opt, tga);
8097 tga->forced_local);