Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_multidim.c9 typedef int arr_t[2]; typedef
22 arr_t _1;
A Dtest_core_reloc_mods.c22 typedef const int arr_t[7]; typedef
40 arr_t f;
A Dcore_reloc_types.h533 typedef const int arr_t[7]; typedef
551 arr_t f;
563 arr_t e;
/linux/tools/lib/bpf/
A Dlibbpf.c2101 const struct btf_type *arr_t; in get_map_field_int() local
2109 arr_t = btf__type_by_id(btf, t->type); in get_map_field_int()
2110 if (!arr_t) { in get_map_field_int()
2115 if (!btf_is_array(arr_t)) { in get_map_field_int()
2117 map_name, name, btf_kind_str(arr_t)); in get_map_field_int()
2120 arr_info = btf_array(arr_t); in get_map_field_int()

Completed in 39 milliseconds