Searched refs:btf_is_array (Results 1 – 8 of 8) sorted by relevance
366 } else if (btf_is_array(t)) { in bpf_core_parse_spec()646 if (!btf_is_array(targ_type)) in bpf_core_spec_match()715 while (btf_is_array(t)) in bpf_core_calc_field_relo()782 while (btf_is_array(t)) in bpf_core_calc_field_relo()
465 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array() function
1530 multidim = btf_is_array(next_t); in btf_dump_emit_type_chain()
2517 if (!btf_is_array(arr_t)) { in get_map_field_int()2751 if (!btf_is_array(t) || btf_array(t)->nelems) { in parse_btf_map_def()10987 if (!btf_is_array(array_type)) { in map_btf_datasec_resize()
338 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array() function
476 } else if (btf_is_array(t) && (t = btf__type_by_id(local_btf, btf_array(t)->type)) && in setup_type_id_case_local()
404 needs_typeof = btf_is_array(var) || btf_is_ptr_to_func_proto(btf, var); in codegen_subskel_datasecs()
2004 if (!btf_is_array(t)) { in adjust_var_secinfo_array()