Lines Matching defs:t
250 static inline bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr()
255 static inline bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int()
260 static inline bool btf_type_is_small_int(const struct btf_type *t) in btf_type_is_small_int()
265 static inline u8 btf_int_encoding(const struct btf_type *t) in btf_int_encoding()
270 static inline bool btf_type_is_signed_int(const struct btf_type *t) in btf_type_is_signed_int()
275 static inline bool btf_type_is_enum(const struct btf_type *t) in btf_type_is_enum()
280 static inline bool btf_is_any_enum(const struct btf_type *t) in btf_is_any_enum()
298 static inline u16 btf_kind(const struct btf_type *t) in btf_kind()
303 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum()
308 static inline bool btf_is_enum64(const struct btf_type *t) in btf_is_enum64()
318 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite()
325 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array()
330 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
335 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
340 static inline u8 btf_int_offset(const struct btf_type *t) in btf_int_offset()
345 static inline __u8 btf_int_bits(const struct btf_type *t) in btf_int_bits()
350 static inline bool btf_type_is_scalar(const struct btf_type *t) in btf_type_is_scalar()
355 static inline bool btf_type_is_fwd(const struct btf_type *t) in btf_type_is_fwd()
360 static inline bool btf_type_is_typedef(const struct btf_type *t) in btf_type_is_typedef()
365 static inline bool btf_type_is_volatile(const struct btf_type *t) in btf_type_is_volatile()
370 static inline bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func()
375 static inline bool btf_type_is_func_proto(const struct btf_type *t) in btf_type_is_func_proto()
380 static inline bool btf_type_is_var(const struct btf_type *t) in btf_type_is_var()
385 static inline bool btf_type_is_type_tag(const struct btf_type *t) in btf_type_is_type_tag()
393 static inline bool btf_type_is_struct(const struct btf_type *t) in btf_type_is_struct()
400 static inline bool __btf_type_is_struct(const struct btf_type *t) in __btf_type_is_struct()
405 static inline bool btf_type_is_array(const struct btf_type *t) in btf_type_is_array()
410 static inline u16 btf_type_vlen(const struct btf_type *t) in btf_type_vlen()
415 static inline u16 btf_vlen(const struct btf_type *t) in btf_vlen()
420 static inline u16 btf_func_linkage(const struct btf_type *t) in btf_func_linkage()
425 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag()
444 static inline struct btf_member *btf_members(const struct btf_type *t) in btf_members()
449 static inline u32 btf_member_bit_offset(const struct btf_type *t, u32 member_idx) in btf_member_bit_offset()
456 static inline u32 btf_member_bitfield_size(const struct btf_type *t, u32 member_idx) in btf_member_bitfield_size()
463 static inline const struct btf_member *btf_type_member(const struct btf_type *t) in btf_type_member()
468 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array()
473 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum()
478 static inline struct btf_enum64 *btf_enum64(const struct btf_type *t) in btf_enum64()
484 const struct btf_type *t) in btf_type_var_secinfo()
489 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params()
494 static inline struct btf_decl_tag *btf_decl_tag(const struct btf_type *t) in btf_decl_tag()
606 static inline int btf_field_iter_init(struct btf_field_iter *it, struct btf_type *t, in btf_field_iter_init()
649 const struct btf_type *t, enum bpf_prog_type prog_type, in btf_is_prog_ctx_type()
669 static inline bool btf_type_is_struct_ptr(struct btf *btf, const struct btf_type *t) in btf_type_is_struct_ptr()