Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddemangle-rust.c80 size_t len, len_without_hash; in rust_is_mangled() local
90 len_without_hash = len - (hash_prefix_len + hash_len); in rust_is_mangled()
91 if (!is_prefixed_hash(sym + len_without_hash)) in rust_is_mangled()
94 return looks_like_rust(sym, len_without_hash); in rust_is_mangled()