len_without_hash   79 tools/perf/util/demangle-rust.c 	size_t len, len_without_hash;
len_without_hash   89 tools/perf/util/demangle-rust.c 	len_without_hash = len - (hash_prefix_len + hash_len);
len_without_hash   90 tools/perf/util/demangle-rust.c 	if (!is_prefixed_hash(sym + len_without_hash))
len_without_hash   93 tools/perf/util/demangle-rust.c 	return looks_like_rust(sym, len_without_hash);