Searched refs:ofl_gotcnt (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c60 if (ofl->ofl_gotcnt == m_got_xnumber)
64 dbg_print(lml, MSG_INTL(MSG_GOT_INFO), EC_WORD(ofl->ofl_gotcnt));
69 qsort((char *)gtp, ofl->ofl_gotcnt, sizeof (Gottable),
79 for (gotndx = 0; gotndx < ofl->ofl_gotcnt; gotndx++, gtp++, gptr++) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1330 gn.gn_gotndx = ofl->ofl_gotcnt;
1333 ofl->ofl_gotcnt += gotents;
1369 sdp->sd_aux->sa_PLTGOTndx = ofl->ofl_gotcnt++;
H A Dmachrel.intel.c1412 gn.gn_gotndx = ofl->ofl_gotcnt;
1415 ofl->ofl_gotcnt += gotents;
1444 sdp->sd_aux->sa_PLTGOTndx = ofl->ofl_gotcnt++;
H A Dmachrel.sparc.c1961 ofl->ofl_gotcnt += gotents;
H A Drelocate.c805 * for with the ofl_gotcnt counter. However, some references are
2434 ofl->ofl_gotcnt = ld_targ.t_m.m_got_xnumber;
H A Dsections.c1318 size_t size = (size_t)ofl->ofl_gotcnt * ld_targ.t_m.m_got_entsize;
H A Dupdate.c371 libld_calloc(ofl->ofl_gotcnt, sizeof (Gottable))) == NULL)
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h352 Word ofl_gotcnt; /* no. of .got entries */ member in struct:ofl_desc

Completed in 138 milliseconds