Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c59 if (ofl->ofl_gotcnt == m_got_xnumber) in Dbg_got_display()
63 dbg_print(lml, MSG_INTL(MSG_GOT_INFO), EC_WORD(ofl->ofl_gotcnt)); in Dbg_got_display()
68 qsort((char *)gtp, ofl->ofl_gotcnt, sizeof (Gottable), in Dbg_got_display()
78 for (gotndx = 0; gotndx < ofl->ofl_gotcnt; gotndx++, gtp++, gptr++) { in Dbg_got_display()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c1431 gn.gn_gotndx = ofl->ofl_gotcnt; in ld_assign_got_ndx()
1434 ofl->ofl_gotcnt += gotents; in ld_assign_got_ndx()
1470 sdp->sd_aux->sa_PLTGOTndx = ofl->ofl_gotcnt++; in ld_assign_plt_ndx()
H A Dmachrel.intel.c1454 gn.gn_gotndx = ofl->ofl_gotcnt; in ld_assign_got_ndx()
1457 ofl->ofl_gotcnt += gotents; in ld_assign_got_ndx()
1486 sdp->sd_aux->sa_PLTGOTndx = ofl->ofl_gotcnt++; in ld_assign_plt_ndx()
H A Dmachrel.sparc.c1995 ofl->ofl_gotcnt += gotents; in ld_assign_got_ndx()
H A Drelocate.c2434 ofl->ofl_gotcnt = ld_targ.t_m.m_got_xnumber; in ld_reloc_init()
H A Dsections.c1335 size_t size = (size_t)ofl->ofl_gotcnt * ld_targ.t_m.m_got_entsize; in ld_make_got()
H A Dupdate.c377 libld_calloc(ofl->ofl_gotcnt, sizeof (Gottable))) == NULL) in update_osym()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h354 Word ofl_gotcnt; /* no. of .got entries */ member