Home
last modified time | relevance | path

Searched refs:Gottable (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c34 Dbg_got_compare(Gottable *gtp1, Gottable *gtp2) in Dbg_got_compare()
52 Gottable *gtp = ofl->ofl_gottable; in Dbg_got_display()
68 qsort((char *)gtp, ofl->ofl_gotcnt, sizeof (Gottable), in Dbg_got_display()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h137 } Gottable; typedef
403 Gottable *ofl_gottable; /* debugging got information */
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c228 Gottable *gottable; /* used for display got debugging */ in update_osym()
377 libld_calloc(ofl->ofl_gotcnt, sizeof (Gottable))) == NULL) in update_osym()