Searched refs:hasher (Results 1 – 1 of 1) sorted by relevance
/linux/tools/bpf/bpftool/ |
H A D | btf.c | 661 static __u64 hasher(__u64 hash, __u64 val) in hasher() function 671 return hasher(hash, str_hash(btf__name_by_offset(btf, name_off))); in btf_name_hasher() 702 hash = hasher(hash, btf_type_disambig_hash(btf, m->type, false)); in btf_type_disambig_hash() 712 hash = hasher(hash, btf_type_disambig_hash(btf, t->type, include_members)); in btf_type_disambig_hash() 717 hash = hasher(hash, arr->nelems); in btf_type_disambig_hash() 718 hash = hasher(hash, btf_type_disambig_hash(btf, arr->type, include_members)); in btf_type_disambig_hash()
|