Searched refs:btf_is_array (Results 1 – 4 of 4) sorted by relevance
463 static inline bool btf_is_array(const struct btf_type *t) in btf_is_func() 393 static inline bool btf_is_array(const struct btf_type *t) btf_is_array() function
2488 if (!btf_is_array(arr_t)) { in get_map_field_int() 2722 if (!btf_is_array(t) || btf_array(t)->nelems) { in parse_btf_map_def() 10838 if (!btf_is_array(array_type)) { in bpf_map__set_exclusive_program()
476 } else if (btf_is_array(t) && (t = btf__type_by_id(local_btf, btf_array(t)->type)) && in setup_type_id_case_local()
1942 if (!btf_is_array(t)) { in adjust_var_secinfo_array()