Home
last modified time | relevance | path

Searched refs:BTF_KIND_UNION (Results 1 – 9 of 9) sorted by relevance

/third_party/libbpf/include/uapi/linux/
Dbtf.h65 BTF_KIND_UNION = 5, /* Union */ enumerator
/third_party/libbpf/src/
Dbtf_dump.c349 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()
Dbtf.c328 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 …]
Dbtf.h362 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()
Drelo_core.c174 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()
Dlinker.c1336 case BTF_KIND_UNION: in glob_sym_btf_matches()
1408 case BTF_KIND_UNION: { in glob_sym_btf_matches()
Dlibbpf.c2187 case BTF_KIND_UNION: return "union";
2894 t->info = BTF_INFO_ENC(BTF_KIND_UNION, 0, vlen);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp221 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h35429 BTF_KIND_UNION = 5, enumerator