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

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c222 Gottable *gottable; /* used for display got debugging */ local
370 if ((ofl->ofl_gottable = gottable =
653 gottable->gt_sym = sdp;
654 gottable->gt_gndx.gn_gotndx =
656 gottable->gt_gndx.gn_addend =
658 gottable++;
1207 gottable->gt_sym = sdp;
1208 gottable->gt_gndx.gn_gotndx = gnp->gn_gotndx;
1209 gottable->gt_gndx.gn_addend = gnp->gn_addend;
1210 gottable
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4121 Got_info *gottable; local
4172 if ((gottable = calloc(gotents, sizeof (Got_info))) == 0) {
4282 gip = &gottable[gotndx];
4317 gip = &gottable[gotndx];
4333 free(gottable);

Completed in 42 milliseconds