Home
last modified time | relevance | path

Searched refs:BTF_INFO_KFLAG (Results 1 – 4 of 4) sorted by relevance

/tools/include/uapi/linux/
Dbtf.h57 #define BTF_INFO_KFLAG(info) ((info) >> 31) macro
/tools/bpf/bpftool/
Dbtf_dumper.c445 kind_flag = BTF_INFO_KFLAG(t->info); in btf_dumper_struct()
627 BTF_INFO_KFLAG(t->info) ? "union" : "struct", in __btf_dumper_type_only()
Dbtf.c184 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()
/tools/lib/bpf/
Dbtf.h227 return BTF_INFO_KFLAG(t->info); in btf_kflag()