Home
last modified time | relevance | path

Searched refs:cand_id (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.c3749 __u32 cand_id; in btf_dedup_prim_type() local
3772 cand_id = hash_entry->value; in btf_dedup_prim_type()
3773 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3775 new_id = cand_id; in btf_dedup_prim_type()
3785 cand_id = hash_entry->value; in btf_dedup_prim_type()
3786 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3788 new_id = cand_id; in btf_dedup_prim_type()
3794 new_id = cand_id; in btf_dedup_prim_type()
3798 d->map[cand_id] = type_id; in btf_dedup_prim_type()
3807 cand_id in btf_dedup_prim_type()
4018 btf_dedup_is_equiv(struct btf_dedup *d, __u32 cand_id, __u32 canon_id) btf_dedup_is_equiv() argument
4310 __u32 cand_id = hash_entry->value; btf_dedup_struct_type() local
4386 __u32 new_id = type_id, cand_id; btf_dedup_ref_type() local
4569 uintptr_t cand_id; btf_dedup_resolve_fwd() local
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.c3576 __u32 cand_id; in btf_dedup_prim_type() local
3597 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
3598 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3600 new_id = cand_id; in btf_dedup_prim_type()
3609 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
3610 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3612 new_id = cand_id; in btf_dedup_prim_type()
3620 new_id = cand_id; in btf_dedup_prim_type()
3624 d->map[cand_id] = type_id; in btf_dedup_prim_type()
3632 cand_id in btf_dedup_prim_type()
3803 btf_dedup_is_equiv(struct btf_dedup *d, __u32 cand_id, __u32 canon_id) btf_dedup_is_equiv() argument
4055 __u32 cand_id = (__u32)(long)hash_entry->value; btf_dedup_struct_type() local
4129 __u32 new_id = type_id, cand_id; btf_dedup_ref_type() local
[all...]
H A Dlibbpf.c5738 __u32 local_id, cand_id; in bpf_core_apply_relo() local
5801 cand_id = cand_ids->data[i]; in bpf_core_apply_relo()
5802 err = bpf_core_spec_match(&local_spec, targ_btf, cand_id, &cand_spec); in bpf_core_apply_relo()

Completed in 29 milliseconds