Lines Matching defs:t
287 const struct btf_type *t; member
347 const char *btf_type_str(const struct btf_type *t) in btf_type_str()
473 static bool btf_type_is_modifier(const struct btf_type *t) in btf_type_is_modifier()
497 bool btf_type_is_void(const struct btf_type *t) in btf_type_is_void()
502 static bool btf_type_is_datasec(const struct btf_type *t) in btf_type_is_datasec()
507 static bool btf_type_is_decl_tag(const struct btf_type *t) in btf_type_is_decl_tag()
512 static bool btf_type_nosize(const struct btf_type *t) in btf_type_nosize()
519 static bool btf_type_nosize_or_null(const struct btf_type *t) in btf_type_nosize_or_null()
524 static bool btf_type_is_decl_tag_target(const struct btf_type *t) in btf_type_is_decl_tag_target()
549 const struct btf_type *t; in btf_find_by_name_kind() local
615 const struct btf_type *t = btf_type_by_id(btf, id); in btf_type_skip_modifiers() local
631 const struct btf_type *t; in btf_type_resolve_ptr() local
655 static bool btf_type_is_resolve_source_only(const struct btf_type *t) in btf_type_is_resolve_source_only()
678 static bool btf_type_needs_resolve(const struct btf_type *t) in btf_type_needs_resolve()
691 static bool btf_type_has_size(const struct btf_type *t) in btf_type_has_size()
721 static u32 btf_type_int(const struct btf_type *t) in btf_type_int()
726 static const struct btf_array *btf_type_array(const struct btf_type *t) in btf_type_array()
731 static const struct btf_enum *btf_type_enum(const struct btf_type *t) in btf_type_enum()
736 static const struct btf_var *btf_type_var(const struct btf_type *t) in btf_type_var()
741 static const struct btf_decl_tag *btf_type_decl_tag(const struct btf_type *t) in btf_type_decl_tag()
746 static const struct btf_enum64 *btf_type_enum64(const struct btf_type *t) in btf_type_enum64()
751 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) in btf_type_ops()
867 static bool __btf_type_int_is_regular(const struct btf_type *t, size_t expected_size) in __btf_type_int_is_regular()
879 static bool btf_type_int_is_regular(const struct btf_type *t) in btf_type_int_is_regular()
884 bool btf_type_is_i32(const struct btf_type *t) in btf_type_is_i32()
889 bool btf_type_is_i64(const struct btf_type *t) in btf_type_is_i64()
894 bool btf_type_is_primitive(const struct btf_type *t) in btf_type_is_primitive()
908 const struct btf_type *t; in btf_member_is_reg_int() local
945 const struct btf_type *t = btf_type_by_id(btf, id); in btf_type_skip_qualifiers() local
975 const struct btf_type *t; in btf_show_name() local
1252 const struct btf_type *t, in btf_show_obj_safe()
1328 const struct btf_type *t, in btf_show_start_type()
1346 const struct btf_type *t, in btf_show_start_aggr_type()
1394 const struct btf_type *t, in btf_show_start_array_type()
1412 const struct btf_type *t, in btf_show_start_struct_type()
1449 const struct btf_type *t, in __btf_verifier_log_type()
1492 #define btf_verifier_log_type(env, t, ...) \ argument
1494 #define btf_verifier_log_basic(env, t, ...) \ argument
1602 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type()
1878 const struct btf_type *t, u32 type_id) in env_stack_push()
2144 static void btf_df_show(const struct btf *btf, const struct btf_type *t, in btf_df_show()
2246 const struct btf_type *t, in btf_int_check_meta()
2310 const struct btf_type *t) in btf_int_log()
2413 const struct btf_type *t, in btf_int_bits_show()
2431 static void btf_int_show(const struct btf *btf, const struct btf_type *t, in btf_int_show()
2587 const struct btf_type *t, in btf_ref_type_check_meta()
2637 const struct btf_type *t = v->t; in btf_modifier_resolve() local
2680 const struct btf_type *t = v->t; in btf_var_resolve() local
2726 const struct btf_type *t = v->t; in btf_ptr_resolve() local
2780 const struct btf_type *t, in btf_modifier_show()
2792 static void btf_var_show(const struct btf *btf, const struct btf_type *t, in btf_var_show()
2801 static void btf_ptr_show(const struct btf *btf, const struct btf_type *t, in btf_ptr_show()
2820 const struct btf_type *t) in btf_ref_type_log()
2844 const struct btf_type *t, in btf_fwd_check_meta()
2870 const struct btf_type *t) in btf_fwd_type_log()
2914 const struct btf_type *t, in btf_array_check_meta()
3032 const struct btf_type *t) in btf_array_log()
3040 static void __btf_array_show(const struct btf *btf, const struct btf_type *t, in __btf_array_show()
3093 static void btf_array_show(const struct btf *btf, const struct btf_type *t, in btf_array_show()
3161 const struct btf_type *t, in btf_struct_check_meta()
3313 const struct btf_type *t) in btf_struct_log()
3337 static int btf_find_struct(const struct btf *btf, const struct btf_type *t, in btf_find_struct()
3350 static int btf_find_kptr(const struct btf *btf, const struct btf_type *t, in btf_find_kptr()
3405 const struct btf_type *t = btf_type_by_id(btf, i); in btf_find_next_decl_tag() local
3424 const struct btf_type *t; in btf_find_decl_tag_value() local
3445 const struct btf_type *t, int comp_idx, u32 off, in btf_find_graph_root()
3606 static int btf_find_nested_struct(const struct btf *btf, const struct btf_type *t, in btf_find_nested_struct()
3736 const struct btf_type *t, u32 field_mask, in btf_find_struct_field()
3765 static int btf_find_datasec_var(const struct btf *btf, const struct btf_type *t, in btf_find_datasec_var()
3789 static int btf_find_field(const struct btf *btf, const struct btf_type *t, in btf_find_field()
3805 const struct btf_type *t; in btf_parse_kptr() local
3897 const struct btf_type *t, *n = NULL; in btf_parse_graph_root() local
3961 struct btf_record *btf_parse_fields(const struct btf *btf, const struct btf_type *t, in btf_parse_fields()
4105 const struct btf_type *t; in btf_check_and_fixup_fields() local
4177 static void __btf_struct_show(const struct btf *btf, const struct btf_type *t, in __btf_struct_show()
4224 static void btf_struct_show(const struct btf *btf, const struct btf_type *t, in btf_struct_show()
4328 const struct btf_type *t, in btf_enum_check_meta()
4387 const struct btf_type *t) in btf_enum_log()
4392 static void btf_enum_show(const struct btf *btf, const struct btf_type *t, in btf_enum_show()
4436 const struct btf_type *t, in btf_enum64_check_meta()
4495 static void btf_enum64_show(const struct btf *btf, const struct btf_type *t, in btf_enum64_show()
4539 const struct btf_type *t, in btf_func_proto_check_meta()
4567 const struct btf_type *t) in btf_func_proto_log()
4626 const struct btf_type *t, in btf_func_check_meta()
4653 const struct btf_type *t = v->t; in btf_func_resolve() local
4675 const struct btf_type *t, in btf_var_check_meta()
4722 static void btf_var_log(struct btf_verifier_env *env, const struct btf_type *t) in btf_var_log()
4739 const struct btf_type *t, in btf_datasec_check_meta()
4852 const struct btf_type *t) in btf_datasec_log()
4858 const struct btf_type *t, u32 type_id, in btf_datasec_show()
4891 const struct btf_type *t, in btf_float_check_meta()
4951 const struct btf_type *t) in btf_float_log()
4966 const struct btf_type *t, in btf_decl_tag_check_meta()
5007 const struct btf_type *t = v->t; in btf_decl_tag_resolve() local
5049 static void btf_decl_tag_log(struct btf_verifier_env *env, const struct btf_type *t) in btf_decl_tag_log()
5065 const struct btf_type *t) in btf_func_proto_check()
5160 const struct btf_type *t) in btf_func_check()
5210 const struct btf_type *t, in btf_check_meta()
5263 struct btf_type *t = cur; in btf_check_all_metas() local
5279 const struct btf_type *t, in btf_resolve_valid()
5320 const struct btf_type *t, u32 type_id) in btf_resolve()
5355 const struct btf_type *t; in btf_check_all_types() local
5620 const struct btf_type *t; in btf_parse_struct_metas() local
5653 const struct btf_type *t; in btf_parse_struct_metas() local
5720 const struct btf_type *t; in btf_check_type_tags() local
5892 const struct btf_type *t; member
5953 const struct btf_type *t, enum bpf_prog_type prog_type, in btf_is_prog_ctx_type()
6039 const struct btf_type *t, int arg, in btf_validate_prog_ctx_type()
6174 const struct btf_type *t, in btf_translate_to_vmlinux()
6404 static bool is_void_or_int_ptr(struct btf *btf, const struct btf_type *t) in is_void_or_int_ptr()
6415 const struct btf_type *t; in btf_ctx_arg_idx() local
6459 const struct btf_type *t; in btf_ctx_arg_offset() local
6676 const struct btf_type *t = prog->aux->attach_func_proto; in btf_ctx_access() local
6831 const struct btf_type *t; in btf_ctx_access() local
6928 const struct btf_type *t, int off, int size, in btf_struct_walk()
7131 const struct btf_type *stype, *t; in btf_struct_walk() local
7196 const struct btf_type *t; in btf_struct_access() local
7322 const struct btf_type *t; in __get_type_size() local
7342 static u8 __get_type_fmodel_flags(const struct btf_type *t) in __get_type_fmodel_flags()
7361 const struct btf_type *t; in btf_distill_func_proto() local
7567 static bool btf_is_dynptr_ptr(const struct btf *btf, const struct btf_type *t) in btf_is_dynptr_ptr()
7603 const struct btf *btf, const struct btf_type *t) in btf_get_ptr_to_btf_id()
7679 const struct btf_type *t, *ref_t, *fn_t; in btf_prepare_func_args() local
7918 const struct btf_type *t = btf_type_by_id(btf, type_id); in btf_type_show() local
8424 const struct btf_type *t; in BTF_ID_LIST_GLOBAL() local
8451 const struct btf_type *t; in btf_check_iter_kfuncs() local
8828 const struct btf_type *dtor_func, *dtor_func_proto, *t; in btf_check_dtor_kfuncs() local
9144 const struct btf_type *t; in bpf_core_add_cands() local