Searched refs:permute_ids (Results 1 – 1 of 1) sorted by relevance
1266 __u32 *permute_ids = NULL, *id_map = NULL; in sort_btf_by_name() local1274 permute_ids = calloc(nr_types, sizeof(*permute_ids)); in sort_btf_by_name()1275 if (!permute_ids) { in sort_btf_by_name()1287 permute_ids[i] = id; in sort_btf_by_name()1289 qsort_r(permute_ids, nr_types, sizeof(*permute_ids), cmp_type_names, in sort_btf_by_name()1293 id = permute_ids[i] - start_id; in sort_btf_by_name()1302 free(permute_ids); in sort_btf_by_name()