Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcapstone.c26 static void *dll_handle; in perf_cs_dll_handle() local
30 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()