Lines Matching refs:local_id
6086 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id,
6089 return __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, 32);
6092 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id,
6095 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, 32);
6154 __u32 local_id = relo->type_id;
6157 local_type = btf__type_by_id(local_btf, local_id);
6166 !hashmap__find(cand_cache, local_id, &cands)) {
6167 cands = bpf_core_find_cands(prog->obj, local_btf, local_id);
6170 prog_name, relo_idx, local_id, btf_kind_str(local_type),
6174 err = hashmap__set(cand_cache, local_id, cands, NULL, NULL);