Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf.c4001 __u32 cand_id; in btf_dedup_prim_type() local
4024 cand_id = hash_entry->value; in btf_dedup_prim_type()
4025 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
4027 new_id = cand_id; in btf_dedup_prim_type()
4037 cand_id = hash_entry->value; in btf_dedup_prim_type()
4038 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
4040 new_id = cand_id; in btf_dedup_prim_type()
4046 new_id = cand_id; in btf_dedup_prim_type()
4050 d->map[cand_id] = type_id; in btf_dedup_prim_type()
4059 cand_id = hash_entry->value; in btf_dedup_prim_type()
[all …]