Lines Matching defs:t

191 static inline bool btf_type_is_ptr(const struct btf_type *t)  in btf_type_is_ptr()
196 static inline bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int()
201 static inline bool btf_type_is_small_int(const struct btf_type *t) in btf_type_is_small_int()
206 static inline bool btf_type_is_enum(const struct btf_type *t) in btf_type_is_enum()
211 static inline bool btf_is_any_enum(const struct btf_type *t) in btf_is_any_enum()
229 static inline u16 btf_kind(const struct btf_type *t) in btf_kind()
234 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum()
239 static inline bool btf_is_enum64(const struct btf_type *t) in btf_is_enum64()
249 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite()
256 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array()
261 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
266 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
271 static inline u8 btf_int_offset(const struct btf_type *t) in btf_int_offset()
276 static inline u8 btf_int_encoding(const struct btf_type *t) in btf_int_encoding()
281 static inline bool btf_type_is_scalar(const struct btf_type *t) in btf_type_is_scalar()
286 static inline bool btf_type_is_typedef(const struct btf_type *t) in btf_type_is_typedef()
291 static inline bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func()
296 static inline bool btf_type_is_func_proto(const struct btf_type *t) in btf_type_is_func_proto()
301 static inline bool btf_type_is_var(const struct btf_type *t) in btf_type_is_var()
306 static inline bool btf_type_is_type_tag(const struct btf_type *t) in btf_type_is_type_tag()
314 static inline bool btf_type_is_struct(const struct btf_type *t) in btf_type_is_struct()
321 static inline u16 btf_type_vlen(const struct btf_type *t) in btf_type_vlen()
326 static inline u16 btf_vlen(const struct btf_type *t) in btf_vlen()
331 static inline u16 btf_func_linkage(const struct btf_type *t) in btf_func_linkage()
336 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag()
355 static inline struct btf_member *btf_members(const struct btf_type *t) in btf_members()
360 static inline u32 btf_member_bit_offset(const struct btf_type *t, u32 member_idx) in btf_member_bit_offset()
367 static inline u32 btf_member_bitfield_size(const struct btf_type *t, u32 member_idx) in btf_member_bitfield_size()
374 static inline const struct btf_member *btf_type_member(const struct btf_type *t) in btf_type_member()
379 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array()
384 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum()
389 static inline struct btf_enum64 *btf_enum64(const struct btf_type *t) in btf_enum64()
395 const struct btf_type *t) in btf_type_var_secinfo()
400 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params()
453 static inline bool btf_type_is_struct_ptr(struct btf *btf, const struct btf_type *t) in btf_type_is_struct_ptr()