Searched refs:btf_is_enum (Results 1 – 3 of 3) sorted by relevance
178 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum() function
1369 if (btf_is_fwd(t) || (btf_is_enum(t) && btf_vlen(t) == 0)) { in btf_dump_resolve_name()
1796 return btf_is_enum(t) && btf_vlen(t) == 0; in btf_is_enum_fwd()