Lines Matching refs:btf_array
1936 const struct btf_array *arr_info; in get_map_field_int()
1956 arr_info = btf_array(arr_t); in get_map_field_int()
2135 if (!btf_is_array(t) || btf_array(t)->nelems) { in parse_btf_map_def()
2140 t = skip_mods_and_typedefs(obj->btf, btf_array(t)->type, in parse_btf_map_def()
3039 if (btf_array(t)->nelems == 0) in find_kcfg_type()
3041 if (find_kcfg_type(btf, btf_array(t)->type, NULL) != KCFG_CHAR) in find_kcfg_type()
4402 const struct btf_array *arr) in is_flex_arr()
4612 const struct btf_array *a = btf_array(t); in bpf_core_parse_spec()
4795 local_id = btf_array(local_type)->type; in bpf_core_fields_are_compat()
4796 targ_id = btf_array(targ_type)->type; in bpf_core_fields_are_compat()
4954 local_id = btf_array(local_type)->type; in bpf_core_types_are_compat()
4955 targ_id = btf_array(targ_type)->type; in bpf_core_types_are_compat()
5066 const struct btf_array *a; in bpf_core_spec_match()
5072 a = btf_array(targ_type); in bpf_core_spec_match()