Searched refs:dist_t (Results 1 – 1 of 1) sorted by relevance
187 struct btf_type *base_t, *dist_t; in btf_relocate_map_distilled_base() local202 dist_t = btf_type_by_id(r->dist_base_btf, id); in btf_relocate_map_distilled_base()203 info[id].name = btf__name_by_offset(r->dist_base_btf, dist_t->name_off); in btf_relocate_map_distilled_base()205 info[id].size = dist_t->size; 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()289 dist_kind = btf_kind(dist_t); in btf_relocate_map_distilled_base()299 if (btf_kflag(dist_t) != btf_kflag(base_t)) in btf_relocate_map_distilled_base()316 btf_int_encoding(base_t) != btf_int_encoding(dist_t)) in btf_relocate_map_distilled_base()336 base_t->size != dist_t->size) in btf_relocate_map_distilled_base()360 r->str_map[dist_t->name_off] = base_t->name_off; in btf_relocate_map_distilled_base()[all …]