Searched refs:local_handle (Results 1 – 1 of 1) sorted by relevance
45 void *local_handle; in do_test() local111 local_handle = dlopen (NULL, RTLD_LAZY | RTLD_LOCAL); in do_test()112 if (local_handle == NULL) in do_test()120 local_foop = dlsym (local_handle, "foo"); in do_test()127 local_getfoo = dlsym (local_handle, "getfoo"); in do_test()134 local_setfoo = dlsym (local_handle, "setfoo"); in do_test()350 dlclose (local_handle); in do_test()