Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbtf.h358 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union() function
A Dlinker.c1315 if (btf_kflag(t1) && btf_is_union(t2)) in glob_sym_btf_matches()
1322 if (btf_kflag(t2) && btf_is_union(t1)) in glob_sym_btf_matches()
A Dbtf.c2021 if (btf_is_union(t) && bit_offset) in btf__add_field()
/linux/tools/bpf/resolve_btfids/
A Dmain.c533 } else if (btf_is_union(type) && nr_unions) { in symbols_resolve()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc.c395 } else if (btf_is_union(t) && btf_vlen(t) && in setup_type_id_case_local()

Completed in 21 milliseconds