Lines Matching defs:local_id
5683 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id,
5686 return __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, 32);
5689 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id,
5692 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, 32);
5751 __u32 local_id = relo->type_id;
5754 local_type = btf__type_by_id(local_btf, local_id);
5763 !hashmap__find(cand_cache, local_id, &cands)) {
5764 cands = bpf_core_find_cands(prog->obj, local_btf, local_id);
5767 prog_name, relo_idx, local_id, btf_kind_str(local_type),
5771 err = hashmap__set(cand_cache, local_id, cands, NULL, NULL);