Searched refs:BTF_KIND_UNION (Results 1 – 9 of 9) sorted by relevance
65 BTF_KIND_UNION = 5, /* Union */ enumerator
349 case BTF_KIND_UNION: { in btf_dump_mark_referenced()516 case BTF_KIND_UNION: { in btf_dump_order_type()704 case BTF_KIND_UNION: in btf_dump_emit_type()786 case BTF_KIND_UNION: in btf_dump_emit_type()1333 case BTF_KIND_UNION: in btf_dump_emit_type_decl()1456 case BTF_KIND_UNION: in btf_dump_emit_type_chain()2360 case BTF_KIND_UNION: { in btf_dump_type_data_check_zero()2456 case BTF_KIND_UNION: in btf_dump_dump_type_data()
328 case BTF_KIND_UNION: in btf_type_size()396 case BTF_KIND_UNION: in btf_bswap_type_rest()632 case BTF_KIND_UNION: in btf__resolve_size()696 case BTF_KIND_UNION: { in btf__align_of()2104 return btf_add_composite(btf, BTF_KIND_UNION, name, byte_sz);3829 case BTF_KIND_UNION:3873 case BTF_KIND_UNION:3995 return btf_kflag(t) ? BTF_KIND_UNION : BTF_KIND_STRUCT;4243 case BTF_KIND_UNION: {4365 if ((t_kind == BTF_KIND_STRUCT || t_kind == BTF_KIND_UNION) &&[all …]
362 return btf_kind(t) == BTF_KIND_UNION; in btf_is_union()369 return kind == BTF_KIND_STRUCT || kind == BTF_KIND_UNION; in btf_is_composite()
174 case BTF_KIND_UNION: in __bpf_core_types_are_compat()1591 (targ_k == BTF_KIND_UNION && local_f); in __bpf_core_types_match()1607 case BTF_KIND_UNION: in __bpf_core_types_match()1617 return (local_k == BTF_KIND_UNION) == targ_f; in __bpf_core_types_match()
1336 case BTF_KIND_UNION: in glob_sym_btf_matches()1408 case BTF_KIND_UNION: { in glob_sym_btf_matches()
2187 case BTF_KIND_UNION: return "union";2894 t->info = BTF_INFO_ENC(BTF_KIND_UNION, 0, vlen);
221 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
35429 BTF_KIND_UNION = 5, enumerator