Searched refs:BTF_INFO_KFLAG (Results 1 – 4 of 4) sorted by relevance
57 #define BTF_INFO_KFLAG(info) ((info) >> 31) macro
445 kind_flag = BTF_INFO_KFLAG(t->info); in btf_dumper_struct()627 BTF_INFO_KFLAG(t->info) ? "union" : "struct", in __btf_dumper_type_only()
184 if (BTF_INFO_KFLAG(t->info)) { in dump_btf_type()243 const char *fwd_kind = BTF_INFO_KFLAG(t->info) ? "union" in dump_btf_type()
227 return BTF_INFO_KFLAG(t->info); in btf_kflag()