Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4468 size_t *shdr_ndx_arr, shdr_ndx_arr_cnt; in shdr_cache() local
4528 if ((shdr_ndx_arr = malloc(shnum * sizeof (*shdr_ndx_arr))) == NULL) { in shdr_cache()
4573 shdr_ndx_arr[shdr_ndx_arr_cnt++] = ndx; in shdr_cache()
4673 qsort(shdr_ndx_arr, shdr_ndx_arr_cnt, in shdr_cache()
4674 sizeof (*shdr_ndx_arr), sort_shdr_ndx_arr); in shdr_cache()
4677 Cache *_cache = cache + shdr_ndx_arr[ndx]; in shdr_cache()
4694 Cache *_cache1 = cache + shdr_ndx_arr[ndx1]; in shdr_cache()