Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c364 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \ in init_libconv_strings() argument
365 sym_table[_ndx].ste_conv_func.simple = _func; in init_libconv_strings()
366 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \ in init_libconv_strings() argument
367 sym_table[_ndx].ste_conv_func.osabi = _func; in init_libconv_strings()
368 #define LC_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_MACH; \ in init_libconv_strings() argument
369 sym_table[_ndx].ste_conv_func.mach = _func; in init_libconv_strings()
370 #define LC_OS_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS_MACH; \ in init_libconv_strings() argument
371 sym_table[_ndx].ste_conv_func.osabi_mach = _func; in init_libconv_strings()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c850 Word _ndx; in scanconfig() local
865 for (_ndx = chain[*hash]; _ndx; _ndx = chain[_ndx]) { in scanconfig()
866 obj = objtbl + _ndx; in scanconfig()
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c704 int _ndx = (buf)->cyt_ndx; \
705 cyc_tracerec_t *_rec = &(buf)->cyt_buf[_ndx]; \
706 (buf)->cyt_ndx = (++_ndx == CY_NTRACEREC) ? 0 : _ndx; \
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4166 Word _ndx, _cnt; in hash() local
4194 _ndx = chain[*hash]; in hash()
4196 while (_ndx) { in hash()
4197 if (_ndx > nchain) { in hash()
4200 ssecname, EC_WORD(_ndx), in hash()
4205 hsecname, ndx, _ndx, symn, syms, file, in hash()
4207 _ndx = chain[_ndx]; in hash()