Home
last modified time | relevance | path

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 */ in plt_far_entry() local
316 pltptroff = pltblockoff; in plt_far_entry()
324 pltptroff += (M64_PLT_FBLKCNTS * M64_PLT_FENTSIZE) + in plt_far_entry()
334 pltptroff += ((lastblkpltndx + 1) * M64_PLT_FENTSIZE) + in plt_far_entry()
346 *roffset = pltptroff + (Xword)(ofl->ofl_osplt->os_shdr->sh_addr); in plt_far_entry()
352 pltentptr = (uint64_t *)(pltbuf + pltptroff); in plt_far_entry()
362 pltent[3] |= (uint32_t)(pltptroff - (pltoff + 4)); in plt_far_entry()