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

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c977 Word _ndx; local
992 for (_ndx = chain[*hash]; _ndx; _ndx = chain[_ndx]) {
993 obj = objtbl + _ndx;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4087 Word _ndx, _cnt; local
4115 _ndx = chain[*hash];
4117 while (_ndx) {
4118 if (_ndx > nchain) {
4121 ssecname, EC_WORD(_ndx),
4126 hsecname, ndx, _ndx, symn, syms, file,
4128 _ndx = chain[_ndx];

Completed in 72 milliseconds