Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_multidim.c9 typedef int arr_t[2]; typedef
22 arr_t _1;
Dtest_core_reloc_mods.c22 typedef const int arr_t[7]; typedef
40 arr_t f;
Dcore_reloc_types.h516 typedef const int arr_t[7]; typedef
534 arr_t f;
546 arr_t e;
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c1936 const struct btf_type *arr_t; in get_map_field_int() local
1944 arr_t = btf__type_by_id(btf, t->type); in get_map_field_int()
1945 if (!arr_t) { in get_map_field_int()
1950 if (!btf_is_array(arr_t)) { in get_map_field_int()
1952 map_name, name, btf_kind_str(arr_t)); in get_map_field_int()
1955 arr_info = btf_array(arr_t); in get_map_field_int()