Lines Matching defs:local_id
5879 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id,
5882 return __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, 32);
5885 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id,
5888 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, 32);
5947 __u32 local_id = relo->type_id;
5950 local_type = btf__type_by_id(local_btf, local_id);
5959 !hashmap__find(cand_cache, local_id, &cands)) {
5960 cands = bpf_core_find_cands(prog->obj, local_btf, local_id);
5963 prog_name, relo_idx, local_id, btf_kind_str(local_type),
5967 err = hashmap__set(cand_cache, local_id, cands, NULL, NULL);