Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c3867 __u32 canon_id) in btf_dedup_is_equiv() argument
3877 if (resolve_type_id(d, cand_id) == resolve_type_id(d, canon_id)) in btf_dedup_is_equiv()
3880 canon_id = resolve_fwd_id(d, canon_id); in btf_dedup_is_equiv()
3882 hypot_type_id = d->hypot_map[canon_id]; in btf_dedup_is_equiv()
3908 if (btf_dedup_hypot_map_add(d, canon_id, cand_id)) in btf_dedup_is_equiv()
3912 canon_type = btf_type_by_id(d->btf, canon_id); in btf_dedup_is_equiv()
3933 if (fwd_kind == real_kind && canon_id < d->btf->start_id) in btf_dedup_is_equiv()