Home | History | Annotate | Download | only in linker

Lines Matching refs:TlsDescriptor

2866   std::vector<std::pair<TlsDescriptor*, size_t>> deferred_tlsdesc_relocs;
3152 TlsDescriptor* desc = reinterpret_cast<TlsDescriptor*>(reloc);
3360 for (const std::pair<TlsDescriptor*, size_t>& pair : deferred_tlsdesc_relocs) {
3361 TlsDescriptor* desc = pair.first;