Searched defs:btf_enum (Results 1 – 3 of 3) sorted by relevance
99 struct btf_enum { struct100 __u32 name_off;101 __s32 val;
351 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum() function