Home
last modified time | relevance | path

Searched refs:btf_is_union (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/tools/lib/bpf/
Dbtf.h360 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union() function
Dlinker.c1323 if (btf_kflag(t1) && btf_is_union(t2)) in glob_sym_btf_matches()
1330 if (btf_kflag(t2) && btf_is_union(t1)) in glob_sym_btf_matches()
Dbtf.c2032 if (btf_is_union(t) && bit_offset) in btf__add_field()
/linux-6.6.21/tools/bpf/resolve_btfids/
Dmain.c560 } else if (btf_is_union(type) && nr_unions) { in symbols_resolve()
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dctx_rewrite.c261 if (!btf_is_struct(type) && !btf_is_union(type)) { in find_field_offset_aux()
Dcore_reloc.c456 } else if (btf_is_union(t) && btf_vlen(t) && in setup_type_id_case_local()