Searched refs:dist_info (Results 1 – 1 of 1) sorted by relevance
240 struct btf_name_info *dist_info, base_info = {}; in btf_relocate_map_distilled_base() local279 dist_info != NULL && dist_info < info_end && in btf_relocate_map_distilled_base()280 cmp_btf_name_size(&base_info, dist_info) == 0; in btf_relocate_map_distilled_base()281 dist_info++) { in btf_relocate_map_distilled_base()282 if (!dist_info->id || dist_info->id >= r->nr_dist_base_types) { in btf_relocate_map_distilled_base()284 id, dist_info->id); in btf_relocate_map_distilled_base()342 if (r->id_map[dist_info->id] && in btf_relocate_map_distilled_base()343 r->id_map[dist_info->id] != BTF_IS_EMBEDDED) { in btf_relocate_map_distilled_base()353 base_info.name, dist_info->id, in btf_relocate_map_distilled_base()354 base_t->size, id, r->id_map[dist_info->id]); in btf_relocate_map_distilled_base()[all …]
Completed in 25 milliseconds