Searched refs:order_map (Results 1 – 1 of 1) sorted by relevance
6275 __u32 *order_map = NULL; in btf__permute() local6295 order_map = calloc(id_map_cnt, sizeof(*id_map)); in btf__permute()6296 if (!order_map) { in btf__permute()6319 if (order_map[id]) { in btf__permute()6323 order_map[id] = i + btf->start_id - start_offs; in btf__permute()6336 id = order_map[i]; in btf__permute()6367 free(order_map); in btf__permute()6373 free(order_map); in btf__permute()