RTLD_NOW
#ifdef RTLD_NOW
#define my_RTLD RTLD_NOW
| RTLD_NOW \
obj_flags = (flags & RTLD_NOW ? DF_1_NOW : 0)
int flag = RTLD_NOW;
int flag = RTLD_NOW;
if ((handle = dlopen(LIBANAME, RTLD_NOW|RTLD_NOLOAD)))
else if ((handle = dlopen(LIBBNAME, RTLD_NOW|RTLD_NOLOAD)))
handle = dlopen("ld.so", RTLD_NOW);
if ((handle = dlopen(provider_id, RTLD_NOW)) == NULL) {
if ((ret->dlhandle = dlopen(path, RTLD_NOW)) == NULL) {