Lines Matching defs:t
126 static inline bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr()
131 static inline bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int()
136 static inline bool btf_type_is_small_int(const struct btf_type *t) in btf_type_is_small_int()
141 static inline bool btf_type_is_enum(const struct btf_type *t) in btf_type_is_enum()
146 static inline bool btf_type_is_scalar(const struct btf_type *t) in btf_type_is_scalar()
151 static inline bool btf_type_is_typedef(const struct btf_type *t) in btf_type_is_typedef()
156 static inline bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func()
161 static inline bool btf_type_is_func_proto(const struct btf_type *t) in btf_type_is_func_proto()
166 static inline bool btf_type_is_var(const struct btf_type *t) in btf_type_is_var()
174 static inline bool btf_type_is_struct(const struct btf_type *t) in btf_type_is_struct()
181 static inline u16 btf_type_vlen(const struct btf_type *t) in btf_type_vlen()
186 static inline u16 btf_func_linkage(const struct btf_type *t) in btf_func_linkage()
191 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag()
210 static inline const struct btf_member *btf_type_member(const struct btf_type *t) in btf_type_member()
216 const struct btf_type *t) in btf_type_var_secinfo()