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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloader.c90 #define DLOPEN_GLOBAL LD_GLOBAL macro
92 #define DLOPEN_GLOBAL RTLD_GLOBAL macro
94 #define DLOPEN_GLOBAL 0 macro
136 if (!(ret = dlopen(module, DLOPEN_LAZY | DLOPEN_GLOBAL))) {
159 global_scope = dlopen(NULL, DLOPEN_LAZY | DLOPEN_GLOBAL);

Completed in 2 milliseconds