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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c288 Sxword pltptroff; /* offset to PLT addr ptr */ local
316 pltptroff = pltblockoff;
324 pltptroff += (M64_PLT_FBLKCNTS * M64_PLT_FENTSIZE) +
334 pltptroff += ((lastblkpltndx + 1) * M64_PLT_FENTSIZE) +
346 *roffset = pltptroff + (Xword)(ofl->ofl_osplt->os_shdr->sh_addr);
352 pltentptr = (uint64_t *)(pltbuf + pltptroff);
362 pltent[3] |= (uint32_t)(pltptroff - (pltoff + 4));

Completed in 60 milliseconds