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() local278 for (dist_info = search_btf_name_size(&base_info, info, r->nr_dist_base_types); in btf_relocate_map_distilled_base()279 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()288 dist_t = btf_type_by_id(r->dist_base_btf, dist_info->id); in btf_relocate_map_distilled_base()335 if (r->id_map[dist_info->id] == BTF_IS_EMBEDDED && in btf_relocate_map_distilled_base()342 if (r->id_map[dist_info->id] && in btf_relocate_map_distilled_base()[all …]