Searched refs:h (Results 1 – 4 of 4) sorted by relevance
27 void *h; in main() local31 h = dlopen (fname, RTLD_NOW); in main()32 if (h == NULL) in main()38 fp = dlsym (h, "foo"); in main()47 if (dlclose (h) != 0) in main()
26 void *h; in main() local30 h = dlopen (fname, RTLD_LAZY); in main()31 if (h == NULL) in main()37 fp = dlsym (h, "bar"); in main()46 if (dlclose (h) != 0) in main()
26 void *h; in main() local35 h = dlopen ("errmsg1mod.so", RTLD_NOW); in main()36 if (h != NULL) in main()38 dlclose (h); in main()
22 headers := bits/dlfcn.h bits/dl_find_object.h dlfcn.h
Completed in 9 milliseconds