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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c150 * JMP *got_off
152 * JMP *got_off@GOT(%ebx)
156 * The got_off@GOT entry gets filled with the address of the PUSHL,
167 Word got_off; local
170 got_off = sdp->sd_aux->sa_PLTGOTndx * M_GOT_ENTSIZE;
174 gotent = (uchar_t *)(ofl->ofl_osgot->os_outdata->d_buf) + got_off;
192 got_off);
198 *(Word *)pltent = (Word)got_off;
H A Dmachrel.amd.c198 Word got_off; local
202 got_off = sdp->sd_aux->sa_PLTGOTndx * M_GOT_ENTSIZE;
207 gotent = (uchar_t *)(ofl->ofl_osgot->os_outdata->d_buf) + got_off;
233 val1 = (ofl->ofl_osgot->os_shdr->sh_addr + got_off) -

Completed in 62 milliseconds