Home
last modified time | relevance | path

Searched refs:retndx (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Dsections.c248 int retndx = 0; in sec_type_strings() local
253 retarr[retndx++] = CONV_DS_ADDR(ds_secs_dmp); in sec_type_strings()
256 retarr[retndx++] = CONV_DS_ADDR(ds_secs_cf); in sec_type_strings()
259 retarr[retndx++] = CONV_DS_ADDR(ds_secs_nf); in sec_type_strings()
262 retarr[retndx++] = CONV_DS_ADDR(ds_secs_def); in sec_type_strings()
270 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_dmp); in sec_type_strings()
273 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_cf); in sec_type_strings()
276 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_nf); in sec_type_strings()
279 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_def); in sec_type_strings()
287 retarr[retndx in sec_type_strings()
[all...]
H A Dsymbols.c174 int retndx = 0; in conv_sym_info_type_strings() local
182 retarr[retndx++] = CONV_DS_ADDR(ds_types_cf); in conv_sym_info_type_strings()
184 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_cf); in conv_sym_info_type_strings()
187 retarr[retndx++] = CONV_DS_ADDR(ds_types_nf); in conv_sym_info_type_strings()
189 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_nf); in conv_sym_info_type_strings()
192 retarr[retndx++] = CONV_DS_ADDR(ds_types_def); in conv_sym_info_type_strings()
194 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_def); in conv_sym_info_type_strings()
198 retarr[retndx++] = NULL; in conv_sym_info_type_strings()
199 assert(retndx <= MAX_RET); in conv_sym_info_type_strings()
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c691 Word retndx = argstate->dyn.num; /* Out of range value */ in arg_to_index() local
705 (ndx > 0) && (retndx == (ndx - 1))) { in arg_to_index()
711 return (retndx); in arg_to_index()
722 retndx = ndx; in arg_to_index()