Lines Matching defs:t
223 const struct btf_type *t; member
306 static bool btf_type_is_modifier(const struct btf_type *t) in btf_type_is_modifier()
329 bool btf_type_is_void(const struct btf_type *t) in btf_type_is_void()
334 static bool btf_type_is_fwd(const struct btf_type *t) in btf_type_is_fwd()
339 static bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func()
344 static bool btf_type_is_func_proto(const struct btf_type *t) in btf_type_is_func_proto()
349 static bool btf_type_nosize(const struct btf_type *t) in btf_type_nosize()
355 static bool btf_type_nosize_or_null(const struct btf_type *t) in btf_type_nosize_or_null()
363 static bool btf_type_is_struct(const struct btf_type *t) in btf_type_is_struct()
370 static bool __btf_type_is_struct(const struct btf_type *t) in __btf_type_is_struct()
375 static bool btf_type_is_array(const struct btf_type *t) in btf_type_is_array()
380 static bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr()
385 static bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int()
390 static bool btf_type_is_var(const struct btf_type *t) in btf_type_is_var()
395 static bool btf_type_is_datasec(const struct btf_type *t) in btf_type_is_datasec()
403 static bool btf_type_is_resolve_source_only(const struct btf_type *t) in btf_type_is_resolve_source_only()
425 static bool btf_type_needs_resolve(const struct btf_type *t) in btf_type_needs_resolve()
436 static bool btf_type_has_size(const struct btf_type *t) in btf_type_has_size()
464 static u16 btf_type_vlen(const struct btf_type *t) in btf_type_vlen()
469 static bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag()
488 static u32 btf_type_int(const struct btf_type *t) in btf_type_int()
493 static const struct btf_array *btf_type_array(const struct btf_type *t) in btf_type_array()
498 static const struct btf_member *btf_type_member(const struct btf_type *t) in btf_type_member()
503 static const struct btf_enum *btf_type_enum(const struct btf_type *t) in btf_type_enum()
508 static const struct btf_var *btf_type_var(const struct btf_type *t) in btf_type_var()
513 static const struct btf_var_secinfo *btf_type_var_secinfo(const struct btf_type *t) in btf_type_var_secinfo()
518 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) in btf_type_ops()
604 static bool btf_type_int_is_regular(const struct btf_type *t) in btf_type_int_is_regular()
631 const struct btf_type *t; in btf_member_is_reg_int() local
689 const struct btf_type *t, in __btf_verifier_log_type()
720 #define btf_verifier_log_type(env, t, ...) \ argument
722 #define btf_verifier_log_basic(env, t, ...) \ argument
817 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type()
996 const struct btf_type *t, u32 type_id) in env_stack_push()
1146 static void btf_df_seq_show(const struct btf *btf, const struct btf_type *t, in btf_df_seq_show()
1248 const struct btf_type *t, in btf_int_check_meta()
1312 const struct btf_type *t) in btf_int_log()
1414 const struct btf_type *t, in btf_int_bits_seq_show()
1432 static void btf_int_seq_show(const struct btf *btf, const struct btf_type *t, in btf_int_seq_show()
1566 const struct btf_type *t, in btf_ref_type_check_meta()
1608 const struct btf_type *t = v->t; in btf_modifier_resolve() local
1651 const struct btf_type *t = v->t; in btf_var_resolve() local
1697 const struct btf_type *t = v->t; in btf_ptr_resolve() local
1751 const struct btf_type *t, in btf_modifier_seq_show()
1760 static void btf_var_seq_show(const struct btf *btf, const struct btf_type *t, in btf_var_seq_show()
1769 static void btf_ptr_seq_show(const struct btf *btf, const struct btf_type *t, in btf_ptr_seq_show()
1778 const struct btf_type *t) in btf_ref_type_log()
1802 const struct btf_type *t, in btf_fwd_check_meta()
1828 const struct btf_type *t) in btf_fwd_type_log()
1872 const struct btf_type *t, in btf_array_check_meta()
1990 const struct btf_type *t) in btf_array_log()
1998 static void btf_array_seq_show(const struct btf *btf, const struct btf_type *t, in btf_array_seq_show()
2057 const struct btf_type *t, in btf_struct_check_meta()
2209 const struct btf_type *t) in btf_struct_log()
2218 int btf_find_spin_lock(const struct btf *btf, const struct btf_type *t) in btf_find_spin_lock()
2251 static void btf_struct_seq_show(const struct btf *btf, const struct btf_type *t, in btf_struct_seq_show()
2357 const struct btf_type *t, in btf_enum_check_meta()
2418 const struct btf_type *t) in btf_enum_log()
2423 static void btf_enum_seq_show(const struct btf *btf, const struct btf_type *t, in btf_enum_seq_show()
2453 const struct btf_type *t, in btf_func_proto_check_meta()
2481 const struct btf_type *t) in btf_func_proto_log()
2540 const struct btf_type *t, in btf_func_check_meta()
2574 const struct btf_type *t, in btf_var_check_meta()
2621 static void btf_var_log(struct btf_verifier_env *env, const struct btf_type *t) in btf_var_log()
2638 const struct btf_type *t, in btf_datasec_check_meta()
2755 const struct btf_type *t) in btf_datasec_log()
2761 const struct btf_type *t, u32 type_id, in btf_datasec_seq_show()
2790 const struct btf_type *t) in btf_func_proto_check()
2879 const struct btf_type *t) in btf_func_check()
2925 const struct btf_type *t, in btf_check_meta()
2978 struct btf_type *t = cur; in btf_check_all_metas() local
2994 const struct btf_type *t, in btf_resolve_valid()
3031 const struct btf_type *t, u32 type_id) in btf_resolve()
3075 const struct btf_type *t = btf_type_by_id(btf, type_id); in btf_check_all_types() local
3373 const struct btf_type *t = btf_type_by_id(btf, type_id); in btf_type_seq_show() local