Searched defs:scopesym_ndx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c195 Word scopesym_ndx = 0; /* index into scoped symbols */ local
606 scopesym_ndx = scopesym_bndx;
1230 sdp->sd_symndx = scopesym_ndx;
1481 _symndx = scopesym_ndx;
1574 &symtab[scopesym_ndx];
1575 scopesym_ndx++;
1810 Word _symndx = dynlocal ? scopesym_ndx : symtab_ndx;
1822 _symndx = scopesym_ndx++;
1956 assert((scopesym_bndx + ofl->ofl_scopecnt) == scopesym_ndx);

Completed in 66 milliseconds