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

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

Completed in 171 milliseconds