Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.h360 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union() function
Dlinker.c1311 if (btf_kflag(t1) && btf_is_union(t2)) in glob_sym_btf_matches()
1318 if (btf_kflag(t2) && btf_is_union(t1)) in glob_sym_btf_matches()
Dbtf.c2145 if (btf_is_union(t) && bit_offset)