Searched refs:BTF_KIND_BIT (Results 1 – 1 of 1) sorted by relevance
939 #define BTF_KIND_BIT(kind) (1ULL << kind) macro1022 kinds |= BTF_KIND_BIT(BTF_KIND_TYPEDEF); in btf_show_name()1026 kinds |= BTF_KIND_BIT(BTF_KIND_ARRAY); in btf_show_name()1036 kinds |= BTF_KIND_BIT(BTF_KIND_PTR); in btf_show_name()1062 if (!(kinds & (BTF_KIND_BIT(BTF_KIND_ARRAY)))) in btf_show_name()1074 if (kinds & BTF_KIND_BIT(BTF_KIND_PTR)) in btf_show_name()1077 if (kinds & BTF_KIND_BIT(BTF_KIND_TYPEDEF)) in btf_show_name()