Searched refs:shdr_ndx_arr (Results 1 – 1 of 1) sorted by relevance
4632 size_t *shdr_ndx_arr, shdr_ndx_arr_cnt; in shdr_cache() local4692 if ((shdr_ndx_arr = malloc(shnum * sizeof (*shdr_ndx_arr))) == NULL) { in shdr_cache()4738 shdr_ndx_arr[shdr_ndx_arr_cnt++] = ndx; in shdr_cache()4779 free(shdr_ndx_arr); in shdr_cache()4817 free(shdr_ndx_arr); in shdr_cache()4840 qsort(shdr_ndx_arr, shdr_ndx_arr_cnt, in shdr_cache()4841 sizeof (*shdr_ndx_arr), sort_shdr_ndx_arr); in shdr_cache()4844 Cache *_cache = cache + shdr_ndx_arr[ndx]; in shdr_cache()4861 Cache *_cache1 = cache + shdr_ndx_arr[ndx1]; in shdr_cache()4929 free(shdr_ndx_arr); in shdr_cache()