Searched refs:DL_LAZY (Results 1 – 5 of 5) sorted by relevance
23 handle1 = dlopen("libaa.so.0.0", DL_LAZY); in main()28 handle2 = dlopen("libab.so.0.0", DL_LAZY); in main()
16 handle1 = dlopen("libaa.so", DL_LAZY); in main()
8 void *handle = dlopen("libtest.so", DL_LAZY); in main()
86 #define DL_LAZY RTLD_LAZY /* Compat */ macro
1875 # ifdef DL_LAZY1876 # define LT_DLLAZY_OR_NOW DL_LAZY