Home
last modified time | relevance | path

Searched refs:gottable (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c376 if ((ofl->ofl_gottable = gottable = in update_osym()
659 gottable->gt_sym = sdp; in update_osym()
660 gottable->gt_gndx.gn_gotndx = in update_osym()
662 gottable->gt_gndx.gn_addend = in update_osym()
664 gottable++; in update_osym()
1260 gottable->gt_sym = sdp; in update_osym()
1261 gottable->gt_gndx.gn_gotndx = gnp->gn_gotndx; in update_osym()
1263 gottable++; in update_osym()
1267 gottable->gt_sym = sdp; in update_osym()
1268 gottable->gt_gndx.gn_gotndx = in update_osym()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4356 Got_info *gottable; in got() local
4407 if ((gottable = calloc(gotents, sizeof (Got_info))) == 0) { in got()
4524 gip = &gottable[gotndx]; in got()
4559 gip = &gottable[gotndx]; in got()
4575 free(gottable); in got()