Searched refs:BTF_KIND_BIT (Results 1 – 1 of 1) sorted by relevance
800 #define BTF_KIND_BIT(kind) (1ULL << kind) macro883 kinds |= BTF_KIND_BIT(BTF_KIND_TYPEDEF); in btf_show_name()887 kinds |= BTF_KIND_BIT(BTF_KIND_ARRAY); in btf_show_name()897 kinds |= BTF_KIND_BIT(BTF_KIND_PTR); in btf_show_name()923 if (!(kinds & (BTF_KIND_BIT(BTF_KIND_ARRAY)))) in btf_show_name()934 if (kinds & BTF_KIND_BIT(BTF_KIND_PTR)) in btf_show_name()937 if (kinds & BTF_KIND_BIT(BTF_KIND_TYPEDEF)) in btf_show_name()