Lines Matching refs:gn_gotndx
93 gotndx = (Xword)gnp->gn_gotndx; in ld_calc_got_offset()
1267 gotndx = gnp->gn_gotndx + 1; in ld_do_activerelocs()
1269 gotndx = gnp->gn_gotndx; in ld_do_activerelocs()
1317 value = gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1327 value = gnp->gn_gotndx * M_GOT_ENTSIZE; in ld_do_activerelocs()
1902 switch (gnp->gn_gotndx) { in ld_assign_got()
1904 gnp->gn_gotndx = small_index; in ld_assign_got()
1910 gnp->gn_gotndx = mixed_index; in ld_assign_got()
1914 gnp->gn_gotndx = large_index; in ld_assign_got()
1919 EC_XWORD(gnp->gn_gotndx), demangle(sdp->sd_name)); in ld_assign_got()
1956 switch (pgnp->gn_gotndx) { in ld_assign_got_ndx()
1964 pgnp->gn_gotndx = M_GOT_MIXED; in ld_assign_got_ndx()
1977 pgnp->gn_gotndx = M_GOT_MIXED; in ld_assign_got_ndx()
1989 gn.gn_gotndx = M_GOT_SMALL; in ld_assign_got_ndx()
1993 gn.gn_gotndx = M_GOT_LARGE; in ld_assign_got_ndx()
2101 ofl->ofl_tlsldgotndx->gn_gotndx = large_index; in ld_allocate_got()