Searched refs:tlsmodndx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtls.c258 uint_t tlsmodndx, tlsmodcnt = lml->lm_tls; local
301 for (tlsmodndx = 0; tlsmodndx < tlsmodcnt; tlsmodndx++)
302 tlsmodlist[tlsmodndx] = &tlsbuflist[tlsmodndx];
307 tlsmodndx = 0;
315 tlsmodlist[tlsmodndx]->tm_modname = PATHNAME(lmp);
316 tlsmodlist[tlsmodndx]->tm_modid = TLSMODID(lmp);
317 tlsmodlist[tlsmodndx]
[all...]

Completed in 43 milliseconds