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

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c686 Word gbl_ndx; local
713 gbl_ndx = symstate->sym.sec->sec_shdr->sh_info;
715 if ((bind == STB_LOCAL) && (symstate->ndx >= gbl_ndx))
719 symstate->ndx, EC_WORD(symndx), gbl_ndx);
720 if ((bind != STB_LOCAL) && (symstate->ndx < gbl_ndx))
724 symstate->ndx, EC_WORD(symndx), gbl_ndx);

Completed in 59 milliseconds