Home
last modified time | relevance | path

Searched refs:gn_gotndx (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c40 if (gnp1->gn_gotndx > gnp2->gn_gotndx) in Dbg_got_compare()
42 if (gnp1->gn_gotndx < gnp2->gn_gotndx) in Dbg_got_compare()
88 EC_SWORD(gnp->gn_gotndx)); in Dbg_got_display()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c93 gotndx = (Xword)gnp->gn_gotndx; in ld_calc_got_offset()
1247 gotndx = gnp->gn_gotndx + 1; in ld_do_activerelocs()
1249 gotndx = gnp->gn_gotndx; in ld_do_activerelocs()
1297 value = gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1307 value = gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1868 switch (gnp->gn_gotndx) { in ld_assign_got()
1870 gnp->gn_gotndx = small_index; in ld_assign_got()
1876 gnp->gn_gotndx = mixed_index; in ld_assign_got()
1880 gnp->gn_gotndx = large_index; in ld_assign_got()
1885 EC_XWORD(gnp->gn_gotndx), demangle(sdp->sd_name)); in ld_assign_got()
[all …]
H A Dmachrel.amd.c114 gotndx = (Xword)gnp->gn_gotndx; in ld_calc_got_offset()
948 gotndx = gnp->gn_gotndx + 1; in ld_do_activerelocs()
950 gotndx = gnp->gn_gotndx; in ld_do_activerelocs()
987 ((Xword)gnp->gn_gotndx * M_GOT_ENTSIZE) + in ld_do_activerelocs()
1007 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1015 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1404 gn.gn_gotndx = ofl->ofl_gotcnt; in ld_assign_got_ndx()
H A Dmachrel.intel.c83 gotndx = (Xword)gnp->gn_gotndx; in ld_calc_got_offset()
933 gotndx = gnp->gn_gotndx + 1; in ld_do_activerelocs()
935 gotndx = gnp->gn_gotndx; in ld_do_activerelocs()
978 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
990 value = (Xword)gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1412 gn.gn_gotndx = ofl->ofl_gotcnt; in ld_assign_got_ndx()
H A Dupdate.c654 gottable->gt_gndx.gn_gotndx = in update_osym()
655 gnp->gn_gotndx; in update_osym()
1208 gottable->gt_gndx.gn_gotndx = gnp->gn_gotndx; in update_osym()
1215 gottable->gt_gndx.gn_gotndx = in update_osym()
/titanic_41/usr/src/cmd/sgs/include/
H A Dlibld.h123 Sword gn_gotndx; /* GOT table index */ member