Searched refs:btf_is_enum (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/tools/lib/bpf/ | ||
| D | btf.h | 178 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum() function |
| D | btf.c | 1801 return btf_is_enum(t) && btf_vlen(t) == 0; in btf_is_enum_fwd() |