Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_symbols.cpp45 static RustDemangleFn g_rustDemangleFn = nullptr; variable
53 return (g_rustDemangleFn != nullptr); in FindRustDemangleFunction()
63 g_rustDemangleFn = (RustDemangleFn)dlsym(rustDemangleLibHandle, "rustc_demangle"); in FindRustDemangleFunction()
64 if (g_rustDemangleFn == nullptr) { in FindRustDemangleFunction()
145 demangledStr = g_rustDemangleFn(bufStr); in Demangle()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dark_test.cpp45 RustDemangleFn g_rustDemangleFn = nullptr; variable
288 g_rustDemangleFn = (RustDemangleFn)dlsym(handle, "rustc_demangle");
289 ASSERT_TRUE(g_rustDemangleFn) << "Failed to dlsym rustc_demangle";
292 g_rustDemangleFn(bufStr);
293 g_rustDemangleFn = nullptr;