Home | History | Annotate | Download | only in sample

Lines Matching refs:LT_DLLAZY_OR_NOW

10361 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10363 #ifndef LT_DLLAZY_OR_NOW
10365 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10368 # define LT_DLLAZY_OR_NOW DL_LAZY
10371 # define LT_DLLAZY_OR_NOW RTLD_NOW
10374 # define LT_DLLAZY_OR_NOW DL_NOW
10376 # define LT_DLLAZY_OR_NOW 0
10390 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);