Lines Matching defs:ids
2129 unsigned int *ids = ctx;
2131 *type_id = ids[*type_id];
2140 unsigned int *ids = NULL;
2150 ids = calloc(n, sizeof(*ids));
2151 if (!ids) {
2156 /* first pass: add all marked types to btf_new and add their new ids to the ids map */
2209 ids[i] = new_id;
2212 /* second pass: fix up type ids */
2216 err = btf_type_visit_type_ids(btf_type, btfgen_remap_id, ids);
2221 free(ids);
2226 free(ids);