Home
last modified time | relevance | path

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

/dlfcn/
A Ddefaultmod1.c21 p = dlsym (RTLD_DEFAULT, "main"); in test_in_mod1()
35 ifp = dlsym (RTLD_DEFAULT, "found_in_mod1"); in test_in_mod1()
49 ifp = dlsym (RTLD_DEFAULT, "found_in_mod2"); in test_in_mod1()
A Ddefaultmod2.c28 p = dlsym (RTLD_DEFAULT, "main"); in test_in_mod2()
42 ifp = dlsym (RTLD_DEFAULT, "found_in_mod1"); in test_in_mod2()
56 ifp = dlsym (RTLD_DEFAULT, "found_in_mod2"); in test_in_mod2()
A Ddefault.c33 p = dlsym (RTLD_DEFAULT, "main"); in main()
47 ifp = dlsym (RTLD_DEFAULT, "found_in_mod1"); in main()
61 ifp = dlsym (RTLD_DEFAULT, "found_in_mod2"); in main()
A Ddlfcn.h42 # define RTLD_DEFAULT ((void *) 0) macro

Completed in 11 milliseconds