Home | History | Annotate | Download | only in bfd

Lines Matching defs:tls_sec

3009   asection *tls_sec = elf_hash_table (info)->tls_sec;
3011 if (tls_sec)
3032 tls_sec, 0, NULL, FALSE,
3114 /* If tls_sec is NULL, we should have signalled an error already. */
3115 if (elf_hash_table (info)->tls_sec == NULL)
3117 return elf_hash_table (info)->tls_sec->vma;
3130 /* If tls_sec is NULL, we should have signalled an error already. */
3131 if (htab->tls_sec == NULL)
3136 return static_tls_size + htab->tls_sec->vma - address;