Lines Matching refs:targ_btf
4804 const struct btf *targ_btf, in bpf_core_add_cands() argument
4815 n = btf__get_nr_types(targ_btf); in bpf_core_add_cands()
4817 t = btf__type_by_id(targ_btf, i); in bpf_core_add_cands()
4821 targ_name = btf__name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands()
4842 cand->btf = targ_btf; in bpf_core_add_cands()
5023 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_are_compat() argument
5030 targ_type = btf__type_by_id(targ_btf, targ_id); in bpf_core_types_are_compat()
5040 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_types_are_compat()
5079 skip_mods_and_typedefs(targ_btf, targ_p->type, &targ_id); in bpf_core_types_are_compat()
5080 err = bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id); in bpf_core_types_are_compat()
5087 skip_mods_and_typedefs(targ_btf, targ_type->type, &targ_id); in bpf_core_types_are_compat()