• Home
  • Raw
  • Download

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
614 const struct btf_type *t = btf_type_by_id(btf, id); in btf_type_skip_modifiers() local
630 const struct btf_type *t; in btf_type_resolve_ptr() local
654 static bool btf_type_is_resolve_source_only(const struct btf_type *t) in btf_type_is_resolve_source_only()
677 static bool btf_type_needs_resolve(const struct btf_type *t) in btf_type_needs_resolve()
690 static bool btf_type_has_size(const struct btf_type *t) in btf_type_has_size()
720 static u32 btf_type_int(const struct btf_type *t) in btf_type_int()
725 static const struct btf_array *btf_type_array(const struct btf_type *t) in btf_type_array()
730 static const struct btf_enum *btf_type_enum(const struct btf_type *t) in btf_type_enum()
735 static const struct btf_var *btf_type_var(const struct btf_type *t) in btf_type_var()
740 static const struct btf_decl_tag *btf_type_decl_tag(const struct btf_type *t) in btf_type_decl_tag()
745 static const struct btf_enum64 *btf_type_enum64(const struct btf_type *t) in btf_type_enum64()
750 static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) in btf_type_ops()
863 static bool btf_type_int_is_regular(const struct btf_type *t) in btf_type_int_is_regular()
890 const struct btf_type *t; in btf_member_is_reg_int() local
927 const struct btf_type *t = btf_type_by_id(btf, id); in btf_type_skip_qualifiers() local
957 const struct btf_type *t; in btf_show_name() local
1234 const struct btf_type *t, in btf_show_obj_safe()
1310 const struct btf_type *t, in btf_show_start_type()
1328 const struct btf_type *t, in btf_show_start_aggr_type()
1376 const struct btf_type *t, in btf_show_start_array_type()
1394 const struct btf_type *t, in btf_show_start_struct_type()
1431 const struct btf_type *t, in __btf_verifier_log_type()
1474 #define btf_verifier_log_type(env, t, ...) \ argument
1476 #define btf_verifier_log_basic(env, t, ...) \ argument
1584 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type()
1860 const struct btf_type *t, u32 type_id) in env_stack_push()
2126 static void btf_df_show(const struct btf *btf, const struct btf_type *t, in btf_df_show()
2228 const struct btf_type *t, in btf_int_check_meta()
2292 const struct btf_type *t) in btf_int_log()
2395 const struct btf_type *t, in btf_int_bits_show()
2413 static void btf_int_show(const struct btf *btf, const struct btf_type *t, in btf_int_show()
2569 const struct btf_type *t, in btf_ref_type_check_meta()
2619 const struct btf_type *t = v->t; in btf_modifier_resolve() local
2662 const struct btf_type *t = v->t; in btf_var_resolve() local
2708 const struct btf_type *t = v->t; in btf_ptr_resolve() local
2762 const struct btf_type *t, in btf_modifier_show()
2774 static void btf_var_show(const struct btf *btf, const struct btf_type *t, in btf_var_show()
2783 static void btf_ptr_show(const struct btf *btf, const struct btf_type *t, in btf_ptr_show()
2802 const struct btf_type *t) in btf_ref_type_log()
2826 const struct btf_type *t, in btf_fwd_check_meta()
2852 const struct btf_type *t) in btf_fwd_type_log()
2896 const struct btf_type *t, in btf_array_check_meta()
3014 const struct btf_type *t) in btf_array_log()
3022 static void __btf_array_show(const struct btf *btf, const struct btf_type *t, in __btf_array_show()
3075 static void btf_array_show(const struct btf *btf, const struct btf_type *t, in btf_array_show()
3143 const struct btf_type *t, in btf_struct_check_meta()
3295 const struct btf_type *t) in btf_struct_log()
3319 static int btf_find_struct(const struct btf *btf, const struct btf_type *t, in btf_find_struct()
3332 static int btf_find_kptr(const struct btf *btf, const struct btf_type *t, in btf_find_kptr()
3379 const struct btf_type *t = btf_type_by_id(btf, i); in btf_find_next_decl_tag() local
3398 const struct btf_type *t; in btf_find_decl_tag_value() local
3419 const struct btf_type *t, int comp_idx, u32 off, in btf_find_graph_root()
3569 static int btf_find_nested_struct(const struct btf *btf, const struct btf_type *t, in btf_find_nested_struct()
3697 const struct btf_type *t, u32 field_mask, in btf_find_struct_field()
3726 static int btf_find_datasec_var(const struct btf *btf, const struct btf_type *t, in btf_find_datasec_var()
3750 static int btf_find_field(const struct btf *btf, const struct btf_type *t, in btf_find_field()
3766 const struct btf_type *t; in btf_parse_kptr() local
3858 const struct btf_type *t, *n = NULL; in btf_parse_graph_root() local
3922 struct btf_record *btf_parse_fields(const struct btf *btf, const struct btf_type *t, in btf_parse_fields()
4109 static void __btf_struct_show(const struct btf *btf, const struct btf_type *t, in __btf_struct_show()
4156 static void btf_struct_show(const struct btf *btf, const struct btf_type *t, in btf_struct_show()
4260 const struct btf_type *t, in btf_enum_check_meta()
4319 const struct btf_type *t) in btf_enum_log()
4324 static void btf_enum_show(const struct btf *btf, const struct btf_type *t, in btf_enum_show()
4368 const struct btf_type *t, in btf_enum64_check_meta()
4427 static void btf_enum64_show(const struct btf *btf, const struct btf_type *t, in btf_enum64_show()
4471 const struct btf_type *t, in btf_func_proto_check_meta()
4499 const struct btf_type *t) in btf_func_proto_log()
4558 const struct btf_type *t, in btf_func_check_meta()
4585 const struct btf_type *t = v->t; in btf_func_resolve() local
4607 const struct btf_type *t, in btf_var_check_meta()
4654 static void btf_var_log(struct btf_verifier_env *env, const struct btf_type *t) in btf_var_log()
4671 const struct btf_type *t, in btf_datasec_check_meta()
4784 const struct btf_type *t) in btf_datasec_log()
4790 const struct btf_type *t, u32 type_id, in btf_datasec_show()
4823 const struct btf_type *t, in btf_float_check_meta()
4883 const struct btf_type *t) in btf_float_log()
4898 const struct btf_type *t, in btf_decl_tag_check_meta()
4944 const struct btf_type *t = v->t; in btf_decl_tag_resolve() local
4986 static void btf_decl_tag_log(struct btf_verifier_env *env, const struct btf_type *t) in btf_decl_tag_log()
5002 const struct btf_type *t) in btf_func_proto_check()
5097 const struct btf_type *t) in btf_func_check()
5147 const struct btf_type *t, in btf_check_meta()
5200 struct btf_type *t = cur; in btf_check_all_metas() local
5216 const struct btf_type *t, in btf_resolve_valid()
5257 const struct btf_type *t, u32 type_id) in btf_resolve()
5292 const struct btf_type *t; in btf_check_all_types() local
5557 const struct btf_type *t; in btf_parse_struct_metas() local
5590 const struct btf_type *t; in btf_parse_struct_metas() local
5657 const struct btf_type *t; in btf_check_type_tags() local
5829 const struct btf_type *t; member
5890 const struct btf_type *t, enum bpf_prog_type prog_type, in btf_is_prog_ctx_type()
5976 const struct btf_type *t, int arg, in btf_validate_prog_ctx_type()
6111 const struct btf_type *t, in btf_translate_to_vmlinux()
6342 static bool is_int_ptr(struct btf *btf, const struct btf_type *t) in is_int_ptr()
6354 const struct btf_type *t; in get_ctx_arg_idx() local
6398 const struct btf_type *t; in btf_ctx_arg_offset() local
6515 const struct btf_type *t = prog->aux->attach_func_proto; in btf_ctx_access() local
6672 const struct btf_type *t; in btf_ctx_access() local
6768 const struct btf_type *t, int off, int size, in btf_struct_walk()
6971 const struct btf_type *stype, *t; in btf_struct_walk() local
7034 const struct btf_type *t; in btf_struct_access() local
7157 const struct btf_type *t; in __get_type_size() local
7177 static u8 __get_type_fmodel_flags(const struct btf_type *t) in __get_type_fmodel_flags()
7196 const struct btf_type *t; in btf_distill_func_proto() local
7402 static bool btf_is_dynptr_ptr(const struct btf *btf, const struct btf_type *t) in btf_is_dynptr_ptr()
7438 const struct btf *btf, const struct btf_type *t) in btf_get_ptr_to_btf_id()
7513 const struct btf_type *t, *ref_t, *fn_t; in btf_prepare_func_args() local
7718 const struct btf_type *t = btf_type_by_id(btf, type_id); in btf_type_show() local
8240 const struct btf_type *t; in BTF_ID_LIST_GLOBAL() local
8267 const struct btf_type *t; in btf_check_iter_kfuncs() local
8643 const struct btf_type *dtor_func, *dtor_func_proto, *t; in btf_check_dtor_kfuncs() local
8959 const struct btf_type *t; in bpf_core_add_cands() local