Searched refs:RTLD_NOW (Results 1 – 4 of 4) sorted by relevance
43 #define RTLD_NOW 0 /* Dummy value. */ macro214 plugin_handle = dlopen (pname, RTLD_NOW); in try_load_plugin()
136 #define RTLD_NOW 0 /* Dummy value. */ macro198 newplug->dlhandle = dlopen (plugin, RTLD_NOW); in plugin_opt_plugin()
42 #define RTLD_NOW 0 /* Dummy value. */ macro175 this->handle_ = dlopen(this->filename_.c_str(), RTLD_NOW); in load()
1654 # ifdef RTLD_NOW1655 # define LT_DLLAZY_OR_NOW RTLD_NOW