Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddemangle-rust.c50 static bool is_prefixed_hash(const char *start);
91 if (!is_prefixed_hash(sym + len_without_hash)) in rust_is_mangled()
101 static bool is_prefixed_hash(const char *str) in is_prefixed_hash() function