Home
last modified time | relevance | path

Searched refs:sa_PLTGOTndx (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c202 got_off = sdp->sd_aux->sa_PLTGOTndx * M_GOT_ENTSIZE; in plt_entry()
364 sdp->sd_aux->sa_PLTGOTndx * M_GOT_ENTSIZE; in ld_perform_outreloc()
1470 sdp->sd_aux->sa_PLTGOTndx = ofl->ofl_gotcnt++; in ld_assign_plt_ndx()
H A Dmachrel.intel.c170 got_off = sdp->sd_aux->sa_PLTGOTndx * M_GOT_ENTSIZE; in plt_entry()
286 sdp->sd_aux->sa_PLTGOTndx * M_GOT_ENTSIZE; in ld_perform_outreloc()
1486 sdp->sd_aux->sa_PLTGOTndx = ofl->ofl_gotcnt++; in ld_assign_plt_ndx()
H A Dupdate.c1266 if (sdp->sd_aux && sdp->sd_aux->sa_PLTGOTndx) { in update_osym()
1269 sdp->sd_aux->sa_PLTGOTndx; in update_osym()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1222 Word sa_PLTGOTndx; /* GOT entry indx for PLT indirection */ member