Lines Matching refs:targ_id

4755 				      __u32 targ_id)  in bpf_core_fields_are_compat()  argument
4761 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_fields_are_compat()
4796 targ_id = btf_array(targ_type)->type; in bpf_core_fields_are_compat()
4800 btf_kind(local_type), local_id, targ_id); in bpf_core_fields_are_compat()
4824 __u32 targ_id, in bpf_core_match_member() argument
4834 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_match_member()
4873 targ_acc->type_id = targ_id; in bpf_core_match_member()
4913 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_are_compat() argument
4920 targ_type = btf__type_by_id(targ_btf, targ_id); in bpf_core_types_are_compat()
4930 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_types_are_compat()
4951 targ_id = targ_type->type; in bpf_core_types_are_compat()
4955 targ_id = btf_array(targ_type)->type; in bpf_core_types_are_compat()
4969 skip_mods_and_typedefs(targ_btf, targ_p->type, &targ_id); in bpf_core_types_are_compat()
4970 err = bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id); in bpf_core_types_are_compat()
4977 skip_mods_and_typedefs(targ_btf, targ_type->type, &targ_id); in bpf_core_types_are_compat()
4982 btf_kind_str(local_type), local_id, targ_id); in bpf_core_types_are_compat()
4992 const struct btf *targ_btf, __u32 targ_id, in bpf_core_spec_match() argument
5002 targ_spec->root_type_id = targ_id; in bpf_core_spec_match()
5008 targ_btf, targ_id); in bpf_core_spec_match()
5020 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, &targ_id); in bpf_core_spec_match()
5032 targ_acc->type_id = targ_id; in bpf_core_spec_match()
5048 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, in bpf_core_spec_match()
5049 &targ_id); in bpf_core_spec_match()
5056 targ_btf, targ_id, in bpf_core_spec_match()
5057 targ_spec, &targ_id); in bpf_core_spec_match()
5077 &targ_id)) in bpf_core_spec_match()
5085 targ_acc->type_id = targ_id; in bpf_core_spec_match()
5092 sz = btf__resolve_size(targ_btf, targ_id); in bpf_core_spec_match()