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;
1937 const struct btf_type *arr_t; in get_map_field_int() local1945 arr_t = btf__type_by_id(btf, t->type); in get_map_field_int()1946 if (!arr_t) { in get_map_field_int()1951 if (!btf_is_array(arr_t)) { in get_map_field_int()1953 map_name, name, btf_kind_str(arr_t)); in get_map_field_int()1956 arr_info = btf_array(arr_t); in get_map_field_int()