Searched refs:pgnp (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.sparc.c | 1893 ld_assign_got_ndx(Alist **alpp, Gotndx *pgnp, Gotref gref, Ofl_desc *ofl, in ld_assign_got_ndx() argument 1908 if (pgnp && (pgnp->gn_addend == raddend) && (pgnp->gn_gotref == gref)) { in ld_assign_got_ndx() 1922 switch (pgnp->gn_gotndx) { in ld_assign_got_ndx() 1930 pgnp->gn_gotndx = M_GOT_MIXED; in ld_assign_got_ndx() 1943 pgnp->gn_gotndx = M_GOT_MIXED; in ld_assign_got_ndx()
|
H A D | machrel.amd.c | 1386 ld_assign_got_ndx(Alist **alpp, Gotndx *pgnp, Gotref gref, Ofl_desc *ofl, in ld_assign_got_ndx() argument 1395 if (pgnp && (pgnp->gn_addend == raddend) && (pgnp->gn_gotref == gref)) in ld_assign_got_ndx()
|
H A D | machrel.intel.c | 1397 ld_assign_got_ndx(Alist **alpp, Gotndx *pgnp, Gotref gref, Ofl_desc *ofl, in ld_assign_got_ndx() argument 1403 if (pgnp) in ld_assign_got_ndx()
|