Lines Matching defs:t

212 	const struct btf_type *t;  member
284 static bool btf_type_is_modifier(const struct btf_type *t) in btf_type_is_modifier()
307 static bool btf_type_is_void(const struct btf_type *t) in btf_type_is_void()
315 static bool btf_type_is_void_or_null(const struct btf_type *t) in btf_type_is_void_or_null()
323 static bool btf_type_is_struct(const struct btf_type *t) in btf_type_is_struct()
330 static bool btf_type_is_array(const struct btf_type *t) in btf_type_is_array()
335 static bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr()
340 static bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int()
357 static bool btf_type_needs_resolve(const struct btf_type *t) in btf_type_needs_resolve()
366 static bool btf_type_has_size(const struct btf_type *t) in btf_type_has_size()
393 static u16 btf_type_vlen(const struct btf_type *t) in btf_type_vlen()
398 static u32 btf_type_int(const struct btf_type *t) in btf_type_int()
403 static const struct btf_array *btf_type_array(const struct btf_type *t) in btf_type_array()
408 static const struct btf_member *btf_type_member(const struct btf_type *t) in btf_type_member()
413 static const struct btf_enum *btf_type_enum(const struct btf_type *t) in btf_type_enum()
418 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) in btf_type_ops()
451 static bool btf_type_int_is_regular(const struct btf_type *t) in btf_type_int_is_regular()
494 const struct btf_type *t, in __btf_verifier_log_type()
525 #define btf_verifier_log_type(env, t, ...) \ argument
527 #define btf_verifier_log_basic(env, t, ...) \ argument
588 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type()
763 const struct btf_type *t, u32 type_id) in env_stack_push()
873 static void btf_df_seq_show(const struct btf *btf, const struct btf_type *t, in btf_df_seq_show()
919 const struct btf_type *t, in btf_int_check_meta()
978 const struct btf_type *t) in btf_int_log()
990 const struct btf_type *t, in btf_int_bits_seq_show()
1028 static void btf_int_seq_show(const struct btf *btf, const struct btf_type *t, in btf_int_seq_show()
1133 const struct btf_type *t, in btf_ref_type_check_meta()
1154 const struct btf_type *t = v->t; in btf_modifier_resolve() local
1196 const struct btf_type *t = v->t; in btf_ptr_resolve() local
1250 const struct btf_type *t, in btf_modifier_seq_show()
1259 static void btf_ptr_seq_show(const struct btf *btf, const struct btf_type *t, in btf_ptr_seq_show()
1268 const struct btf_type *t) in btf_ref_type_log()
1290 const struct btf_type *t, in btf_fwd_check_meta()
1346 const struct btf_type *t, in btf_array_check_meta()
1451 const struct btf_type *t) in btf_array_log()
1459 static void btf_array_seq_show(const struct btf *btf, const struct btf_type *t, in btf_array_seq_show()
1517 const struct btf_type *t, in btf_struct_check_meta()
1643 const struct btf_type *t) in btf_struct_log()
1648 static void btf_struct_seq_show(const struct btf *btf, const struct btf_type *t, in btf_struct_seq_show()
1709 const struct btf_type *t, in btf_enum_check_meta()
1751 const struct btf_type *t) in btf_enum_log()
1756 static void btf_enum_seq_show(const struct btf *btf, const struct btf_type *t, in btf_enum_seq_show()
1798 const struct btf_type *t, in btf_check_meta()
1851 struct btf_type *t = cur; in btf_check_all_metas() local
1867 const struct btf_type *t, u32 type_id) in btf_resolve()
1891 const struct btf_type *t, in btf_resolve_valid()
1935 const struct btf_type *t = btf_type_by_id(btf, type_id); in btf_check_all_types() local
2232 const struct btf_type *t = btf_type_by_id(btf, type_id); in btf_type_seq_show() local