Searched defs:shdr_ndx_arr_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4553 size_t *shdr_ndx_arr, shdr_ndx_arr_cnt; local
4619 shdr_ndx_arr_cnt = 0;
4658 shdr_ndx_arr[shdr_ndx_arr_cnt++] = ndx;
4756 if (shdr_ndx_arr_cnt > 1) {
4758 qsort(shdr_ndx_arr, shdr_ndx_arr_cnt,
4761 for (ndx = 0; ndx < shdr_ndx_arr_cnt; ndx++) {
4778 for (ndx1 = ndx + 1; ndx1 < shdr_ndx_arr_cnt; ndx1++) {

Completed in 81 milliseconds