Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_symbols.cpp57 void* rustDemangleLibHandle = dlopen("librustc_demangle.z.so", RTLD_LAZY | RTLD_NODELETE); in FindRustDemangleFunction() local
58 if (rustDemangleLibHandle == nullptr) { in FindRustDemangleFunction()
63 g_rustDemangleFn = (RustDemangleFn)dlsym(rustDemangleLibHandle, "rustc_demangle"); in FindRustDemangleFunction()
66 dlclose(rustDemangleLibHandle); in FindRustDemangleFunction()