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;
533 typedef const int arr_t[7]; typedef551 arr_t f;563 arr_t e;
2012 const struct btf_type *arr_t; in get_map_field_int() local2020 arr_t = btf__type_by_id(btf, t->type); in get_map_field_int()2021 if (!arr_t) { in get_map_field_int()2026 if (!btf_is_array(arr_t)) { in get_map_field_int()2028 map_name, name, btf_kind_str(arr_t)); in get_map_field_int()2031 arr_info = btf_array(arr_t); in get_map_field_int()