Searched refs:RTLD_DEFAULT (Results 1 – 4 of 4) sorted by relevance
21 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()
28 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()
33 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()
42 # define RTLD_DEFAULT ((void *) 0) macro
Completed in 11 milliseconds