Lines Matching defs:id_map
5633 int *id_map;
5658 if (dist->id_map[*id] > 0)
5681 dist->id_map[*id] = *id;
5719 if (!dist->id_map[i])
5789 dist->id_map[i] = id++;
5810 if (dist->id_map[*id])
5811 *id = dist->id_map[*id];
5855 dist.id_map = calloc(n, sizeof(*dist.id_map));
5856 if (!dist.id_map) {
5922 free(dist.id_map);
5958 __u32 *id_map;
5975 *type_id = p->id_map[new_id - p->btf->start_id + p->start_offs];
5979 int btf__permute(struct btf *btf, __u32 *id_map, __u32 id_map_cnt,
5995 if (id_map[0] != 0)
6005 order_map = calloc(id_map_cnt, sizeof(*id_map));
6023 id = id_map[i];
6038 p.id_map = id_map;