Home | History | Annotate | Download | only in bfd

Lines Matching defs:tls_sec

5292   /* If tls_sec is NULL, we should have signalled an error already.  */
5293 BFD_ASSERT (elf_hash_table (info)->tls_sec != NULL);
5294 return elf_hash_table (info)->tls_sec->vma;
5305 /* If tls_sec is NULL, we should have signalled an error already. */
5306 BFD_ASSERT (htab->tls_sec != NULL);
5309 htab->tls_sec->alignment_power);
5310 return htab->tls_sec->vma - base;
6319 if (!(weak_undef_p || elf_hash_table (info)->tls_sec))
6356 if (!(weak_undef_p || elf_hash_table (info)->tls_sec))
9890 asection *tls_sec;
9895 tls_sec = elf_hash_table (info)->tls_sec;
9897 if (tls_sec)
9912 tls_sec, 0, NULL, false, bed->collect, &h)))