Searched refs:BTF_KIND_BIT (Results 1 – 1 of 1) sorted by relevance
1069 #define BTF_KIND_BIT(kind) (1ULL << kind)1152 kinds |= BTF_KIND_BIT(BTF_KIND_TYPEDEF); in btf_show_name() 1156 kinds |= BTF_KIND_BIT(BTF_KIND_ARRAY); in btf_show_name() 1166 kinds |= BTF_KIND_BIT(BTF_KIND_PTR); in btf_show_name() 1192 if (!(kinds & (BTF_KIND_BIT(BTF_KIND_ARRAY)))) in btf_show_name() 1204 if (kinds & BTF_KIND_BIT(BTF_KIND_PTR)) in btf_show_name() 1207 if (kinds & BTF_KIND_BIT(BTF_KIND_TYPEDEF)) in btf_show_name() 1068 #define BTF_KIND_BIT( global() macro