Lines Matching refs:retndx
185 int retndx = 0; in conv_sym_info_type_strings() local
193 retarr[retndx++] = CONV_DS_ADDR(ds_types_cf); in conv_sym_info_type_strings()
195 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_cf); in conv_sym_info_type_strings()
198 retarr[retndx++] = CONV_DS_ADDR(ds_types_cfnp); in conv_sym_info_type_strings()
200 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_cfnp); in conv_sym_info_type_strings()
203 retarr[retndx++] = CONV_DS_ADDR(ds_types_nf); in conv_sym_info_type_strings()
205 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_nf); in conv_sym_info_type_strings()
208 retarr[retndx++] = CONV_DS_ADDR(ds_types_def); in conv_sym_info_type_strings()
210 retarr[retndx++] = CONV_DS_ADDR(ds_sparc_def); in conv_sym_info_type_strings()
214 retarr[retndx++] = NULL; in conv_sym_info_type_strings()
215 assert(retndx <= MAX_RET); in conv_sym_info_type_strings()