Searched refs:shdr_ndx_arr (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4390 size_t *shdr_ndx_arr, shdr_ndx_arr_cnt; local
4450 if ((shdr_ndx_arr = malloc(shnum * sizeof (*shdr_ndx_arr))) == NULL) {
4495 shdr_ndx_arr[shdr_ndx_arr_cnt++] = ndx;
4595 qsort(shdr_ndx_arr, shdr_ndx_arr_cnt,
4596 sizeof (*shdr_ndx_arr), sort_shdr_ndx_arr);
4599 Cache *_cache = cache + shdr_ndx_arr[ndx];
4616 Cache *_cache1 = cache + shdr_ndx_arr[ndx1];

Completed in 136 milliseconds