Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dbtf.c60 __u64 disambig_hash; member
739 if (d1->disambig_hash != d2->disambig_hash) in btf_type_compare()
740 return d1->disambig_hash < d2->disambig_hash ? -1 : 1; in btf_type_compare()
763 d->disambig_hash = btf_type_disambig_hash(btf, i, true); in sort_btf_c()