Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4632 size_t *shdr_ndx_arr, shdr_ndx_arr_cnt; in shdr_cache() local
4698 shdr_ndx_arr_cnt = 0; in shdr_cache()
4738 shdr_ndx_arr[shdr_ndx_arr_cnt++] = ndx; in shdr_cache()
4838 if (shdr_ndx_arr_cnt > 1) { in shdr_cache()
4840 qsort(shdr_ndx_arr, shdr_ndx_arr_cnt, in shdr_cache()
4843 for (ndx = 0; ndx < shdr_ndx_arr_cnt; ndx++) { in shdr_cache()
4860 for (ndx1 = ndx + 1; ndx1 < shdr_ndx_arr_cnt; ndx1++) { in shdr_cache()