Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c2550 int ref_type_id; in btf_dedup_ref_type() local
2568 ref_type_id = btf_dedup_ref_type(d, t->type); in btf_dedup_ref_type()
2569 if (ref_type_id < 0) in btf_dedup_ref_type()
2570 return ref_type_id; in btf_dedup_ref_type()
2571 t->type = ref_type_id; in btf_dedup_ref_type()
2587 ref_type_id = btf_dedup_ref_type(d, info->type); in btf_dedup_ref_type()
2588 if (ref_type_id < 0) in btf_dedup_ref_type()
2589 return ref_type_id; in btf_dedup_ref_type()
2590 info->type = ref_type_id; in btf_dedup_ref_type()
2592 ref_type_id = btf_dedup_ref_type(d, info->index_type); in btf_dedup_ref_type()
[all …]