Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbtf.c4345 struct btf_array *arr_info = btf_array(t); in btf_dedup_remap_type() local
4347 r = btf_dedup_remap_type_id(d, arr_info->type); in btf_dedup_remap_type()
4350 arr_info->type = r; in btf_dedup_remap_type()
4351 r = btf_dedup_remap_type_id(d, arr_info->index_type); in btf_dedup_remap_type()
4354 arr_info->index_type = r; in btf_dedup_remap_type()
Dlibbpf.c1935 const struct btf_array *arr_info; in get_map_field_int() local
1955 arr_info = btf_array(arr_t); in get_map_field_int()
1956 *res = arr_info->nelems; in get_map_field_int()