Searched refs:pgnp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.sparc.c | 1927 ld_assign_got_ndx(Alist **alpp, Gotndx *pgnp, Gotref gref, Ofl_desc *ofl, in ld_assign_got_ndx() argument 1942 if (pgnp && (pgnp->gn_addend == raddend) && (pgnp->gn_gotref == gref)) { in ld_assign_got_ndx() 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()
|
H A D | machrel.amd.c | 1413 ld_assign_got_ndx(Alist **alpp, Gotndx *pgnp, Gotref gref, Ofl_desc *ofl, in ld_assign_got_ndx() argument 1422 if (pgnp && (pgnp->gn_addend == raddend) && (pgnp->gn_gotref == gref)) in ld_assign_got_ndx()
|
H A D | machrel.intel.c | 1439 ld_assign_got_ndx(Alist **alpp, Gotndx *pgnp, Gotref gref, Ofl_desc *ofl, in ld_assign_got_ndx() argument 1445 if (pgnp) in ld_assign_got_ndx()
|