Home
last modified time | relevance | path

Searched refs:tga_fd (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c8214 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()
[all …]