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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c166 Sword plt_off; local
171 plt_off = M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) *
173 pltent = (uchar_t *)(ofl->ofl_osplt->os_outdata->d_buf) + plt_off;
180 *(Word *)gotent = ofl->ofl_osplt->os_shdr->sh_addr + plt_off +
214 plt_off = -(plt_off + 16); /* JMP, PUSHL, JMP take 16 bytes */
218 *(Word *)pltent = (Word)plt_off;
H A Dmachrel.amd.c197 Sword plt_off; local
203 plt_off = M_PLT_RESERVSZ + ((sdp->sd_aux->sa_PLTndx - 1) *
206 pltent = plt0 + plt_off;
214 *(Word *)gotent = ofl->ofl_osplt->os_shdr->sh_addr + plt_off +
234 (ofl->ofl_osplt->os_shdr->sh_addr + plt_off) - 0x06;

Completed in 49 milliseconds