Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/stdlib/
H A Ddynthr_test.c66 void *mod_handle; in ATF_TC_BODY() local
73 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()