Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections.c290 int retndx = 0; in sec_type_strings() local
295 retarr[retndx++] = CONV_DS_ADDR(ds_secs_dmp); in sec_type_strings()
298 retarr[retndx++] = CONV_DS_ADDR(ds_secs_cf); in sec_type_strings()
301 retarr[retndx++] = CONV_DS_ADDR(ds_secs_nf); in sec_type_strings()
304 retarr[retndx++] = CONV_DS_ADDR(ds_secs_def); in sec_type_strings()
315 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_cf); in sec_type_strings()
318 retarr[retndx++] = CONV_DS_ADDR(ds_usecs_nf); in sec_type_strings()
333 retarr[retndx++] = CONV_DS_ADDR(ds_llvm_cf); in sec_type_strings()
336 retarr[retndx++] = CONV_DS_ADDR(ds_llvm_nf); in sec_type_strings()
400 retarr[retndx++] = NULL; in sec_type_strings()
[all …]
H A Dsymbols.c185 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()
[all …]
/illumos-gate/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()