Searched refs:len_without_hash (Results 1 – 1 of 1) sorted by relevance
79 size_t len, len_without_hash; in rust_is_mangled() local89 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()