Searched refs:RTLD_NOW (Results 1 – 4 of 4) sorted by relevance
36 void *f = dlopen ("tst-join7mod.so", RTLD_NOW | RTLD_GLOBAL); in do_test()
108 void *p = xdlopen ("tst-create1mod.so", RTLD_NOW | RTLD_GLOBAL); in thread1()
25 #define RTLD_NOW 0x0002 /* Immediate function call binding. */ macro
48 void *h = dlopen("setjmp-bug21895.so", RTLD_NOW); in do_test()
Completed in 8 milliseconds