Searched refs:ofl_pltcnt (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c178 if (ofl->ofl_pltcnt)
186 if (((ofl->ofl_flags & FLG_OF_RELOBJ) == 0) && ofl->ofl_pltcnt) {
292 farblkcnt = ((ofl->ofl_pltcnt - 1 +
332 lastblkpltndx = (ofl->ofl_pltcnt - 1 + M_PLT_XNumber -
1996 sdp->sd_aux->sa_PLTndx = 1 + ofl->ofl_pltcnt++;
H A Dmachrel.amd.c152 if (ofl->ofl_pltcnt)
160 if (((ofl->ofl_flags & FLG_OF_RELOBJ) == 0) && ofl->ofl_pltcnt) {
1368 sdp->sd_aux->sa_PLTndx = 1 + ofl->ofl_pltcnt++;
H A Dmachrel.intel.c119 if (ofl->ofl_pltcnt)
127 if (((ofl->ofl_flags & FLG_OF_RELOBJ) == 0) && ofl->ofl_pltcnt) {
1443 sdp->sd_aux->sa_PLTndx = 1 + ofl->ofl_pltcnt++;
H A Dsections.c1191 if (ofl->ofl_pltcnt)
1911 (((size_t)ofl->ofl_pltcnt + (size_t)ofl->ofl_pltpad) *
3144 if ((ofl->ofl_pltcnt) || (ofl->ofl_pltpad))
H A Dupdate.c2415 if (ofl->ofl_pltcnt) {
2432 if (ofl->ofl_pltcnt) {
2435 ofl->ofl_pltcnt * ld_targ.t_m.m_plt_entsize;
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h353 Word ofl_pltcnt; /* no. of .plt entries */ member in struct:ofl_desc

Completed in 134 milliseconds