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

/xsrc/external/mit/libepoxy/dist/test/
H A Ddlwrap.h58 void *lib = dlwrap_real_dlopen(library, RTLD_LAZY | RTLD_LOCAL); \
H A Degl_without_glx.c86 void *egl = dlopen("libEGL.so.1", RTLD_LAZY | RTLD_LOCAL);
107 void *egl = dlopen("libEGL.so.1", RTLD_LAZY | RTLD_LOCAL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_dl.c48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_dl.c48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
/xsrc/external/mit/libXfont/dist/src/stubs/
H A Dstubsinit.c11 #define DLOPEN_SELF() dlopen(NULL, RTLD_LOCAL)
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxdriswrast.c57 /* RTLD_LOCAL is not defined on Cygwin */
59 #ifndef RTLD_LOCAL
60 #define RTLD_LOCAL 0 macro
463 screen->driver = dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
H A Dglxdri.c1069 screen->driver = dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
H A Dglxdri2.c736 screen->driver = dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxdriswrast.c53 /* RTLD_LOCAL is not defined on Cygwin */
55 #ifndef RTLD_LOCAL
56 #define RTLD_LOCAL 0 macro
H A Dglxdricommon.c326 driver = dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
/xsrc/external/mit/libepoxy/dist/src/
H A Ddispatch_common.c316 int flags = RTLD_LAZY | RTLD_LOCAL;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dindirect.c658 opengl_framework_handle = dlopen(opengl_framework_path, RTLD_LOCAL);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dindirect.c622 handle = dlopen(opengl_framework_path, RTLD_LOCAL);

Completed in 16 milliseconds