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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c201 Xword value, pltndx, farpltndx; local
211 farpltndx = pltndx - M64_PLT_NEARPLTS;
224 ((farpltndx / M64_PLT_FBLKCNTS) *
228 ((farpltndx % M64_PLT_FBLKCNTS) * M64_PLT_FENTSIZE);
282 Xword farpltndx; /* index of Far Plt */ local
298 farpltndx = pltndx - 1 + M_PLT_XNumber - M64_PLT_NEARPLTS;
299 farpltblkndx = farpltndx % M64_PLT_FBLKCNTS;
304 blockndx = (uint_t)(farpltndx / M64_PLT_FBLKCNTS);

Completed in 62 milliseconds