Searched defs:tlsstatsize (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1019 Xword tlsstatsize; local
1025 tlsstatsize = S_ROUND(ofl->ofl_tlsphdr->p_memsz,
1027 value = tlsstatsize - value;
H A Dmachrel.intel.c994 Xword tlsstatsize; local
1000 tlsstatsize = S_ROUND(ofl->ofl_tlsphdr->p_memsz,
1002 value = tlsstatsize - value;
H A Dmachrel.sparc.c1311 Xword tlsstatsize; local
1318 tlsstatsize =
1320 value = -(tlsstatsize - value);

Completed in 70 milliseconds