Searched refs:permute_ids (Results 1 – 1 of 1) sorted by relevance
1265 __u32 *permute_ids = NULL, *id_map = NULL; in sort_btf_by_name() local1273 permute_ids = calloc(nr_types, sizeof(*permute_ids)); in sort_btf_by_name()1274 if (!permute_ids) { in sort_btf_by_name()1286 permute_ids[i] = id; in sort_btf_by_name()1288 qsort_r(permute_ids, nr_types, sizeof(*permute_ids), cmp_type_names, in sort_btf_by_name()1292 id = permute_ids[i] - start_id; in sort_btf_by_name()1301 free(permute_ids); in sort_btf_by_name()