Home
last modified time | relevance | path

Searched refs:cand_id (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/tools/lib/bpf/
Dbtf.c3566 __u32 cand_id; in btf_dedup_prim_type() local
3587 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
3588 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3590 new_id = cand_id; in btf_dedup_prim_type()
3599 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
3600 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3602 new_id = cand_id; in btf_dedup_prim_type()
3610 new_id = cand_id; in btf_dedup_prim_type()
3614 d->map[cand_id] = type_id; in btf_dedup_prim_type()
3622 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
[all …]
Dlibbpf.c5676 __u32 local_id, cand_id; in bpf_core_apply_relo() local
5739 cand_id = cand_ids->data[i]; in bpf_core_apply_relo()
5740 err = bpf_core_spec_match(&local_spec, targ_btf, cand_id, &cand_spec); in bpf_core_apply_relo()