Lines Matching refs:tls_segment
3500 Output_segment* tls_segment = relinfo->layout->tls_segment(); in relocate_tls() local
3520 if (tls_segment == NULL) in relocate_tls()
3549 if (tls_segment == NULL) in relocate_tls()
3555 return value - tls_segment->memsz(); in relocate_tls()
3587 if (tls_segment == NULL) in relocate_tls()
3608 if (tls_segment == NULL) in relocate_tls()
3637 if (tls_segment == NULL) in relocate_tls()
3643 value -= tls_segment->memsz(); in relocate_tls()
3661 if (tls_segment == NULL) in relocate_tls()
3700 if (tls_segment == NULL) in relocate_tls()
3706 return value - tls_segment->memsz(); in relocate_tls()
3739 if (tls_segment == NULL) in relocate_tls()
3745 return value - tls_segment->memsz(); in relocate_tls()
4232 Output_segment* tls_segment = layout_->tls_segment(); in do_tls_offset_for_local() local
4233 return -tls_segment->memsz(); in do_tls_offset_for_local()
4246 Output_segment* tls_segment = layout_->tls_segment(); in do_tls_offset_for_global() local
4247 return -tls_segment->memsz(); in do_tls_offset_for_global()