Searched refs:handle (Results 1 – 1 of 1) sorted by relevance
52 void *handle; in cf() local66 handle = dlopen (LIBGCC_S_SO, RTLD_LAZY); in cf()67 if (handle != NULL) in cf()69 unwind_backtrace = dlsym (handle, "_Unwind_Backtrace"); in cf()75 dlclose (handle); in cf()
Completed in 4 milliseconds