Searched refs:gn_gotndx (Results 1 – 6 of 6) sorted by relevance
40 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()
93 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 …]
114 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()
83 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()
654 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()
123 Sword gn_gotndx; /* GOT table index */ member