Searched refs:_ndx (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c359 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \
360 sym_table[_ndx].ste_conv_func.simple = _func;
361 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \
362 sym_table[_ndx].ste_conv_func.osabi = _func;
363 #define LC_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_MACH; \
364 sym_table[_ndx].ste_conv_func.mach = _func;
365 #define LC_OS_MACH(_ndx, _fun
[all...]
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcyclic.c691 int _ndx = (buf)->cyt_ndx; \
692 cyc_tracerec_t *_rec = &(buf)->cyt_buf[_ndx]; \
693 (buf)->cyt_ndx = (++_ndx == CY_NTRACEREC) ? 0 : _ndx; \
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3952 Word _ndx, _cnt; local
3966 _ndx = chain[*hash];
3968 while (_ndx) {
3970 hsecname, ndx, _ndx, symn, syms, file,
3972 _ndx = chain[_ndx];

Completed in 119 milliseconds