Searched refs:permute_ids (Results 1 – 1 of 1) sorted by relevance
1537 __u32 *permute_ids = NULL, *id_map = NULL; in sort_btf_by_name() local1545 permute_ids = calloc(nr_types, sizeof(*permute_ids)); in sort_btf_by_name()1546 if (!permute_ids) { in sort_btf_by_name()1558 permute_ids[i] = id; in sort_btf_by_name()1560 qsort_r(permute_ids, nr_types, sizeof(*permute_ids), cmp_type_names, in sort_btf_by_name()1564 id = permute_ids[i] - start_id; in sort_btf_by_name()1573 free(permute_ids); in sort_btf_by_name()