Searched refs:arr_t (Results 1 – 4 of 4) sorted by relevance
9 typedef int arr_t[2]; typedef22 arr_t _1;
22 typedef const int arr_t[7]; typedef40 arr_t f;
516 typedef const int arr_t[7]; typedef534 arr_t f;546 arr_t e;
1936 const struct btf_type *arr_t; in get_map_field_int() local1944 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()