Lines Matching refs:btf_array
1935 const struct btf_array *arr_info; in get_map_field_int()
1955 arr_info = btf_array(arr_t); in get_map_field_int()
2134 if (!btf_is_array(t) || btf_array(t)->nelems) { in parse_btf_map_def()
2139 t = skip_mods_and_typedefs(obj->btf, btf_array(t)->type, in parse_btf_map_def()
3038 if (btf_array(t)->nelems == 0) in find_kcfg_type()
3040 if (find_kcfg_type(btf, btf_array(t)->type, NULL) != KCFG_CHAR) in find_kcfg_type()
4343 const struct btf_array *arr) in is_flex_arr()
4553 const struct btf_array *a = btf_array(t); in bpf_core_parse_spec()
4736 local_id = btf_array(local_type)->type; in bpf_core_fields_are_compat()
4737 targ_id = btf_array(targ_type)->type; in bpf_core_fields_are_compat()
4895 local_id = btf_array(local_type)->type; in bpf_core_types_are_compat()
4896 targ_id = btf_array(targ_type)->type; in bpf_core_types_are_compat()
5007 const struct btf_array *a; in bpf_core_spec_match()
5013 a = btf_array(targ_type); in bpf_core_spec_match()