Lines Matching refs:pltndx
201 Xword value, pltndx, farpltndx; in ld_calc_plt_addr() local
203 pltndx = sdp->sd_aux->sa_PLTndx + M_PLT_XNumber - 1; in ld_calc_plt_addr()
205 if ((pltndx) < M64_PLT_NEARPLTS) { in ld_calc_plt_addr()
207 (pltndx * M_PLT_ENTSIZE); in ld_calc_plt_addr()
211 farpltndx = pltndx - M64_PLT_NEARPLTS; in ld_calc_plt_addr()
278 plt_far_entry(Ofl_desc *ofl, Xword pltndx, Xword *roffset, Sxword *raddend) in plt_far_entry() argument
298 farpltndx = pltndx - 1 + M_PLT_XNumber - M64_PLT_NEARPLTS; in plt_far_entry()
394 plt_entry(Ofl_desc *ofl, Xword pltndx, Xword *roffset, Sxword *raddend) in plt_entry() argument
405 if ((pltndx - 1 + M_PLT_XNumber) >= M64_PLT_NEARPLTS) { in plt_entry()
406 plt_far_entry(ofl, pltndx, roffset, raddend); in plt_entry()
410 pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE; in plt_entry()
506 Xword value, pltndx; in ld_calc_plt_addr() local
508 pltndx = sdp->sd_aux->sa_PLTndx + M_PLT_XNumber - 1; in ld_calc_plt_addr()
510 (pltndx * M_PLT_ENTSIZE); in ld_calc_plt_addr()
527 plt_entry(Ofl_desc * ofl, Xword pltndx, Xword *roffset, Sxword *raddend) in plt_entry() argument
533 pltoff = M_PLT_RESERVSZ + (pltndx - 1) * M_PLT_ENTSIZE; in plt_entry()