Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c359 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \ in init_libconv_strings() argument
360 sym_table[_ndx].ste_conv_func.simple = _func; in init_libconv_strings()
361 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \ in init_libconv_strings() argument
362 sym_table[_ndx].ste_conv_func.osabi = _func; in init_libconv_strings()
363 #define LC_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_MACH; \ in init_libconv_strings() argument
364 sym_table[_ndx].ste_conv_func.mach = _func; in init_libconv_strings()
365 #define LC_OS_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS_MACH; \ in init_libconv_strings() argument
366 sym_table[_ndx].ste_conv_func.osabi_mach = _func; in init_libconv_strings()
/titanic_44/usr/src/cmd/sgs/crle/common/
H A Dprint.c977 Word _ndx; in scanconfig() local
992 for (_ndx = chain[*hash]; _ndx; _ndx = chain[_ndx]) { in scanconfig()
993 obj = objtbl + _ndx; in scanconfig()
/titanic_44/usr/src/uts/common/os/
H A Dcyclic.c696 int _ndx = (buf)->cyt_ndx; \
697 cyc_tracerec_t *_rec = &(buf)->cyt_buf[_ndx]; \
698 (buf)->cyt_ndx = (++_ndx == CY_NTRACEREC) ? 0 : _ndx; \
/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4030 Word _ndx, _cnt; in hash() local
4044 _ndx = chain[*hash]; in hash()
4046 while (_ndx) { in hash()
4048 hsecname, ndx, _ndx, symn, syms, file, in hash()
4050 _ndx = chain[_ndx]; in hash()