Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/bpf/
Dbtf.c3770 __u32 cand_id; in btf_dedup_prim_type() local
3793 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
3794 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3796 new_id = cand_id; in btf_dedup_prim_type()
3805 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
3806 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3808 new_id = cand_id; in btf_dedup_prim_type()
3814 new_id = cand_id; in btf_dedup_prim_type()
3818 d->map[cand_id] = type_id; in btf_dedup_prim_type()
3827 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
[all …]