Lines Matching defs:t
118 static inline bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr()
123 static inline bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int()
128 static inline bool btf_type_is_small_int(const struct btf_type *t) in btf_type_is_small_int()
133 static inline bool btf_type_is_enum(const struct btf_type *t) in btf_type_is_enum()
138 static inline bool btf_type_is_typedef(const struct btf_type *t) in btf_type_is_typedef()
143 static inline bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func()
148 static inline bool btf_type_is_func_proto(const struct btf_type *t) in btf_type_is_func_proto()
153 static inline bool btf_type_is_var(const struct btf_type *t) in btf_type_is_var()
161 static inline bool btf_type_is_struct(const struct btf_type *t) in btf_type_is_struct()
168 static inline u16 btf_type_vlen(const struct btf_type *t) in btf_type_vlen()
173 static inline u16 btf_func_linkage(const struct btf_type *t) in btf_func_linkage()
178 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag()
197 static inline const struct btf_member *btf_type_member(const struct btf_type *t) in btf_type_member()
203 const struct btf_type *t) in btf_type_var_secinfo()