Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dupdate.c222 Gottable *gottable; /* used for display got debugging */ in update_osym() local
370 if ((ofl->ofl_gottable = gottable = in update_osym()
653 gottable->gt_sym = sdp; in update_osym()
654 gottable->gt_gndx.gn_gotndx = in update_osym()
656 gottable->gt_gndx.gn_addend = in update_osym()
658 gottable++; in update_osym()
1207 gottable->gt_sym = sdp; in update_osym()
1208 gottable->gt_gndx.gn_gotndx = gnp->gn_gotndx; in update_osym()
1209 gottable->gt_gndx.gn_addend = gnp->gn_addend; in update_osym()
1210 gottable++; in update_osym()
[all …]
/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4199 Got_info *gottable; in got() local
4250 if ((gottable = calloc(gotents, sizeof (Got_info))) == 0) { in got()
4360 gip = &gottable[gotndx]; in got()
4395 gip = &gottable[gotndx]; in got()
4411 free(gottable); in got()