Lines Matching refs:targ_id

147 				const struct btf *targ_btf, __u32 targ_id, int level)  in __bpf_core_types_are_compat()  argument
154 targ_type = btf_type_by_id(targ_btf, targ_id); in __bpf_core_types_are_compat()
164 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in __bpf_core_types_are_compat()
186 targ_id = targ_type->type; in __bpf_core_types_are_compat()
190 targ_id = btf_array(targ_type)->type; in __bpf_core_types_are_compat()
207 skip_mods_and_typedefs(targ_btf, targ_p->type, &targ_id); in __bpf_core_types_are_compat()
208 err = __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, in __bpf_core_types_are_compat()
216 skip_mods_and_typedefs(targ_btf, targ_type->type, &targ_id); in __bpf_core_types_are_compat()
221 btf_kind_str(local_type), local_id, targ_id); in __bpf_core_types_are_compat()
415 __u32 targ_id) in bpf_core_fields_are_compat() argument
421 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_fields_are_compat()
458 targ_id = btf_array(targ_type)->type; in bpf_core_fields_are_compat()
484 __u32 targ_id, in bpf_core_match_member() argument
494 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_match_member()
533 targ_acc->type_id = targ_id; in bpf_core_match_member()
558 const struct btf *targ_btf, __u32 targ_id, in bpf_core_spec_match() argument
569 targ_spec->root_type_id = targ_id; in bpf_core_spec_match()
576 targ_btf, targ_id); in bpf_core_spec_match()
580 targ_btf, targ_id); in bpf_core_spec_match()
591 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, &targ_id); in bpf_core_spec_match()
608 targ_acc->type_id = targ_id; in bpf_core_spec_match()
624 targ_type = skip_mods_and_typedefs(targ_spec->btf, targ_id, in bpf_core_spec_match()
625 &targ_id); in bpf_core_spec_match()
632 targ_btf, targ_id, in bpf_core_spec_match()
633 targ_spec, &targ_id); in bpf_core_spec_match()
653 &targ_id)) in bpf_core_spec_match()
661 targ_acc->type_id = targ_id; in bpf_core_spec_match()
668 sz = btf__resolve_size(targ_btf, targ_id); in bpf_core_spec_match()
1545 __u32 targ_id, bool behind_ptr, int level) in __bpf_core_types_match() argument
1560 targ_t = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in __bpf_core_types_match()
1641 targ_id = targ_t->type; in __bpf_core_types_match()
1654 targ_id = targ_array->type; in __bpf_core_types_match()
1679 targ_id = targ_t->type; in __bpf_core_types_match()
1684 btf_kind_str(local_t), local_id, targ_id); in __bpf_core_types_match()