Home
last modified time | relevance | path

Searched refs:gn_gotref (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c66 (gref == gnp->gn_gotref)) in ld_find_got_ndx()
1895 Gotref gref = gnp->gn_gotref; in ld_assign_got()
1942 if (pgnp && (pgnp->gn_addend == raddend) && (pgnp->gn_gotref == gref)) { in ld_assign_got_ndx()
1986 gn.gn_gotref = gref; in ld_assign_got_ndx()
H A Dmachrel.amd.c86 (gnp->gn_gotref == gref)) { in ld_find_got_ndx()
1422 if (pgnp && (pgnp->gn_addend == raddend) && (pgnp->gn_gotref == gref)) in ld_assign_got_ndx()
1432 gn.gn_gotref = gref; in ld_assign_got_ndx()
H A Dmachrel.intel.c56 if (gnp->gn_gotref == gref) in ld_find_got_ndx()
1455 gn.gn_gotref = gref; in ld_assign_got_ndx()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h125 Gotref gn_gotref; member