Searched refs:mod_handle (Results 1 – 1 of 1) sorted by relevance
66 void *mod_handle; in ATF_TC_BODY() local73 mod_handle = dlopen(libpath, RTLD_LOCAL); in ATF_TC_BODY()75 if (mod_handle == NULL) in ATF_TC_BODY()77 rawfunc = dlfunc(mod_handle, "mod_main"); in ATF_TC_BODY()