Home
last modified time | relevance | path

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

/dlfcn/
A Dtstatexit.c27 void *h; in main() local
31 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()
A Dtstcxaatexit.c26 void *h; in main() local
30 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()
A Derrmsg1.c26 void *h; in main() local
35 h = dlopen ("errmsg1mod.so", RTLD_NOW); in main()
36 if (h != NULL) in main()
38 dlclose (h); in main()
A DMakefile22 headers := bits/dlfcn.h bits/dl_find_object.h dlfcn.h

Completed in 9 milliseconds