Home
last modified time | relevance | path

Searched refs:btf_is_union (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.h218 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union() function
H A Dbtf.c1839 if (btf_is_union(t) && bit_offset) in btf__add_field()
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H A Dmain.c516 } else if (btf_is_union(type) && nr_unions) { in symbols_resolve()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.h360 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union() function
H A 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()
H A Dbtf.c2032 if (btf_is_union(t) && bit_offset) in btf__add_field()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c261 if (!btf_is_struct(type) && !btf_is_union(type)) { in find_field_offset_aux()
H A Dcore_reloc.c456 } else if (btf_is_union(t) && btf_vlen(t) && in setup_type_id_case_local()
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H A Dmain.c578 } else if (btf_is_union(type) && nr_unions) { in symbols_resolve()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c367 } else if (btf_is_union(t) && btf_vlen(t) && in setup_type_id_case_local()

Completed in 26 milliseconds