Searched refs:dll_handle (Results 1 – 1 of 1) sorted by relevance
26 static void *dll_handle; in perf_cs_dll_handle() local30 dll_handle = dlopen("libcapstone.so", RTLD_LAZY); in perf_cs_dll_handle()31 if (!dll_handle) in perf_cs_dll_handle()34 return dll_handle; in perf_cs_dll_handle()