Searched refs:btf_is_union (Results 1 – 7 of 7) sorted by relevance
396 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union() function
1356 if (btf_kflag(t1) && btf_is_union(t2)) in glob_sym_btf_matches()1363 if (btf_kflag(t2) && btf_is_union(t1)) in glob_sym_btf_matches()
2273 if (btf_is_union(t) && bit_offset) in btf__add_field()
264 if (!btf_is_struct(type) && !btf_is_union(type)) { in find_field_offset_aux()
457 } else if (btf_is_union(t) && btf_vlen(t) && in setup_type_id_case_local()
586 } else if (btf_is_union(type) && nr_unions) { in symbols_resolve()
1078 else if (btf_is_struct(arg_fmt->type) || btf_is_union(arg_fmt->type)) in trace__btf_scnprintf()