Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.h141 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag() function
272 bool kflag = btf_kflag(t); in btf_member_bit_offset()
284 bool kflag = btf_kflag(t); in btf_member_bitfield_size()
Dbtf_dump.c967 if (btf_kflag(t)) in btf_dump_emit_fwd_def()
Dbtf.c2125 return btf_kflag(t) ? BTF_KIND_UNION : BTF_KIND_STRUCT; in btf_fwd_kind()