Lines Matching defs:t
356 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind()
361 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen()
366 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag()
371 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void()
376 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
381 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
386 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array()
391 static inline bool btf_is_struct(const struct btf_type *t) in btf_is_struct()
396 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union()
401 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite()
408 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum()
413 static inline bool btf_is_enum64(const struct btf_type *t) in btf_is_enum64()
418 static inline bool btf_is_fwd(const struct btf_type *t) in btf_is_fwd()
423 static inline bool btf_is_typedef(const struct btf_type *t) in btf_is_typedef()
428 static inline bool btf_is_volatile(const struct btf_type *t) in btf_is_volatile()
433 static inline bool btf_is_const(const struct btf_type *t) in btf_is_const()
438 static inline bool btf_is_restrict(const struct btf_type *t) in btf_is_restrict()
443 static inline bool btf_is_mod(const struct btf_type *t) in btf_is_mod()
453 static inline bool btf_is_func(const struct btf_type *t) in btf_is_func()
458 static inline bool btf_is_func_proto(const struct btf_type *t) in btf_is_func_proto()
463 static inline bool btf_is_var(const struct btf_type *t) in btf_is_var()
468 static inline bool btf_is_datasec(const struct btf_type *t) in btf_is_datasec()
473 static inline bool btf_is_float(const struct btf_type *t) in btf_is_float()
478 static inline bool btf_is_decl_tag(const struct btf_type *t) in btf_is_decl_tag()
483 static inline bool btf_is_type_tag(const struct btf_type *t) in btf_is_type_tag()
488 static inline bool btf_is_any_enum(const struct btf_type *t) in btf_is_any_enum()
500 static inline __u8 btf_int_encoding(const struct btf_type *t) in btf_int_encoding()
505 static inline __u8 btf_int_offset(const struct btf_type *t) in btf_int_offset()
510 static inline __u8 btf_int_bits(const struct btf_type *t) in btf_int_bits()
515 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array()
520 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum()
527 static inline struct btf_enum64 *btf_enum64(const struct btf_type *t) in btf_enum64()
558 static inline struct btf_member *btf_members(const struct btf_type *t) in btf_members()
564 static inline __u32 btf_member_bit_offset(const struct btf_type *t, in btf_member_bit_offset()
576 static inline __u32 btf_member_bitfield_size(const struct btf_type *t, in btf_member_bitfield_size()
585 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params()
590 static inline struct btf_var *btf_var(const struct btf_type *t) in btf_var()
596 btf_var_secinfos(const struct btf_type *t) in btf_var_secinfos()
602 static inline struct btf_decl_tag *btf_decl_tag(const struct btf_type *t) in btf_decl_tag()