Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4468 size_t *shdr_ndx_arr, shdr_ndx_arr_cnt; in shdr_cache() local
4534 shdr_ndx_arr_cnt = 0; in shdr_cache()
4573 shdr_ndx_arr[shdr_ndx_arr_cnt++] = ndx; in shdr_cache()
4671 if (shdr_ndx_arr_cnt > 1) { in shdr_cache()
4673 qsort(shdr_ndx_arr, shdr_ndx_arr_cnt, in shdr_cache()
4676 for (ndx = 0; ndx < shdr_ndx_arr_cnt; ndx++) { in shdr_cache()
4693 for (ndx1 = ndx + 1; ndx1 < shdr_ndx_arr_cnt; ndx1++) { in shdr_cache()