Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c2780 struct btf_array *arr_info = btf_array(t); in btf_dedup_remap_type() local
2782 r = btf_dedup_remap_type_id(d, arr_info->type); in btf_dedup_remap_type()
2785 arr_info->type = r; in btf_dedup_remap_type()
2786 r = btf_dedup_remap_type_id(d, arr_info->index_type); in btf_dedup_remap_type()
2789 arr_info->index_type = r; in btf_dedup_remap_type()
Dlibbpf.c1047 const struct btf_array *arr_info; in get_map_field_int() local
1067 arr_info = btf_array(arr_t); in get_map_field_int()
1068 *res = arr_info->nelems; in get_map_field_int()