• Home
  • Raw
  • Download

Lines Matching defs:t

178 static inline __u16 btf_kind(const struct btf_type *t)  in btf_kind()
183 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen()
188 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag()
193 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void()
198 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
203 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
208 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array()
213 static inline bool btf_is_struct(const struct btf_type *t) in btf_is_struct()
218 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union()
223 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite()
230 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum()
235 static inline bool btf_is_fwd(const struct btf_type *t) in btf_is_fwd()
240 static inline bool btf_is_typedef(const struct btf_type *t) in btf_is_typedef()
245 static inline bool btf_is_volatile(const struct btf_type *t) in btf_is_volatile()
250 static inline bool btf_is_const(const struct btf_type *t) in btf_is_const()
255 static inline bool btf_is_restrict(const struct btf_type *t) in btf_is_restrict()
260 static inline bool btf_is_mod(const struct btf_type *t) in btf_is_mod()
269 static inline bool btf_is_func(const struct btf_type *t) in btf_is_func()
274 static inline bool btf_is_func_proto(const struct btf_type *t) in btf_is_func_proto()
279 static inline bool btf_is_var(const struct btf_type *t) in btf_is_var()
284 static inline bool btf_is_datasec(const struct btf_type *t) in btf_is_datasec()
289 static inline __u8 btf_int_encoding(const struct btf_type *t) in btf_int_encoding()
294 static inline __u8 btf_int_offset(const struct btf_type *t) in btf_int_offset()
299 static inline __u8 btf_int_bits(const struct btf_type *t) in btf_int_bits()
304 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array()
309 static inline struct btf_enum *btf_enum(const struct btf_type *t) in btf_enum()
314 static inline struct btf_member *btf_members(const struct btf_type *t) in btf_members()
320 static inline __u32 btf_member_bit_offset(const struct btf_type *t, in btf_member_bit_offset()
332 static inline __u32 btf_member_bitfield_size(const struct btf_type *t, in btf_member_bitfield_size()
341 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params()
346 static inline struct btf_var *btf_var(const struct btf_type *t) in btf_var()
352 btf_var_secinfos(const struct btf_type *t) in btf_var_secinfos()