Home | History | Annotate | Download | only in bfd

Lines Matching defs:tls_sec

5392   /* If tls_sec is NULL, we should have signalled an error already.  */
5393 BFD_ASSERT (elf_hash_table (info)->tls_sec != NULL);
5394 return elf_hash_table (info)->tls_sec->vma;
5405 /* If tls_sec is NULL, we should have signalled an error already. */
5406 BFD_ASSERT (htab->tls_sec != NULL);
5409 htab->tls_sec->alignment_power);
5410 return htab->tls_sec->vma - base;
6419 if (!(weak_undef_p || elf_hash_table (info)->tls_sec))
6456 if (!(weak_undef_p || elf_hash_table (info)->tls_sec))
10004 asection *tls_sec;
10009 tls_sec = elf_hash_table (info)->tls_sec;
10011 if (tls_sec)
10025 tls_sec, 0, NULL, false, bed->collect, &h)))