Home
last modified time | relevance | path

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

/elf/
A Dunload.c29 void *sohandle; in main() local
40 sohandle = dlopen ("unloadmod.so", RTLD_NOW | RTLD_GLOBAL); in main()
41 if (sohandle == NULL) in main()
50 testdat = dlsym (sohandle, "testdat"); in main()
53 ret = dlclose (sohandle); in main()
63 sohandle = dlopen ("unloadmod.so", RTLD_NOW | RTLD_GLOBAL); in main()
64 if (sohandle == NULL) in main()
73 testdat = dlsym (sohandle, "testdat"); in main()
80 ret = dlclose (sohandle); in main()

Completed in 3 milliseconds