Searched refs:rustDemangleLibHandle (Results 1 – 1 of 1) sorted by relevance
57 void* rustDemangleLibHandle = dlopen("librustc_demangle.z.so", RTLD_LAZY | RTLD_NODELETE); in FindRustDemangleFunction() local58 if (rustDemangleLibHandle == nullptr) { in FindRustDemangleFunction()63 g_rustDemangleFn = (RustDemangleFn)dlsym(rustDemangleLibHandle, "rustc_demangle"); in FindRustDemangleFunction()66 dlclose(rustDemangleLibHandle); in FindRustDemangleFunction()