Searched refs:DLOPEN_LAZY (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloader.c80 #define DLOPEN_LAZY DL_LAZY macro
82 #define DLOPEN_LAZY RTLD_LAZY macro
84 #define DLOPEN_LAZY 1 macro
86 #define DLOPEN_LAZY 0 macro
136 if (!(ret = dlopen(module, DLOPEN_LAZY | DLOPEN_GLOBAL))) {
159 global_scope = dlopen(NULL, DLOPEN_LAZY | DLOPEN_GLOBAL);

Completed in 2 milliseconds