Home
last modified time | relevance | path

Searched refs:base_info (Results 1 – 1 of 1) sorted by relevance

/tools/lib/bpf/
A Dbtf_relocate.c240 struct btf_name_info *dist_info, base_info = {}; in btf_relocate_map_distilled_base() local
248 base_info.id = id; in btf_relocate_map_distilled_base()
249 base_info.name = btf__name_by_offset(r->base_btf, base_t->name_off); in btf_relocate_map_distilled_base()
256 base_info.needs_size = true; in btf_relocate_map_distilled_base()
257 base_info.size = base_t->size; in btf_relocate_map_distilled_base()
271 base_info.needs_size = base_name_cnt[base_t->name_off] > 1; in btf_relocate_map_distilled_base()
272 base_info.size = base_t->size; in btf_relocate_map_distilled_base()
278 for (dist_info = search_btf_name_size(&base_info, info, r->nr_dist_base_types); in btf_relocate_map_distilled_base()
280 cmp_btf_name_size(&base_info, dist_info) == 0; in btf_relocate_map_distilled_base()
353 base_info.name, dist_info->id, in btf_relocate_map_distilled_base()

Completed in 4 milliseconds