Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddemangle-rust.c49 static bool is_prefixed_hash(const char *start);
90 if (!is_prefixed_hash(sym + len_without_hash)) in rust_is_mangled()
100 static bool is_prefixed_hash(const char *str) in is_prefixed_hash() function