Searched refs:tlsp (Results 1 – 1 of 1) sorted by relevance
91 TLS_modinfo *tlsp; in __tls_static_mods() local130 for (max_modid = 0, tlspp = tlslist; (tlsp = *tlspp) != NULL; tlspp++) { in __tls_static_mods()131 ASSERT(tlsp->tm_flags & TM_FLG_STATICTLS); in __tls_static_mods()132 ASSERT(tlsp->tm_stattlsoffset > 0); in __tls_static_mods()133 ASSERT(tlsp->tm_stattlsoffset <= statictlssize); in __tls_static_mods()134 ASSERT((tlsp->tm_stattlsoffset & (ALIGN - 1)) == 0); in __tls_static_mods()135 ASSERT(tlsp->tm_filesz <= tlsp->tm_memsz); in __tls_static_mods()136 ASSERT(tlsp->tm_memsz <= tlsp->tm_stattlsoffset); in __tls_static_mods()137 if (tlsp->tm_filesz) in __tls_static_mods()138 (void) memcpy(data_end-tlsp->tm_stattlsoffset, in __tls_static_mods()[all …]