Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Ddemangle-rust.c79 size_t len, len_without_hash; in rust_is_mangled() local
89 len_without_hash = len - (hash_prefix_len + hash_len); in rust_is_mangled()
90 if (!is_prefixed_hash(sym + len_without_hash)) in rust_is_mangled()
93 return looks_like_rust(sym, len_without_hash); in rust_is_mangled()