Searched refs:dl (Results 1 – 1 of 1) sorted by relevance
331 void *dl; in nxt_discovery_module() local348 dl = dlopen(name, RTLD_GLOBAL | RTLD_NOW); in nxt_discovery_module()350 if (dl == NULL) { in nxt_discovery_module()355 app = dlsym(dl, "nxt_app_module"); in nxt_discovery_module()470 if (dlclose(dl) != 0) { in nxt_discovery_module()824 void *dl; in nxt_app_module_load() local827 dl = dlopen(name, RTLD_GLOBAL | RTLD_LAZY); in nxt_app_module_load()829 if (nxt_slow_path(dl == NULL)) { in nxt_app_module_load()836 app = dlsym(dl, "nxt_app_module"); in nxt_app_module_load()843 if (dlclose(dl) != 0) { in nxt_app_module_load()