Searched refs:RTLD_LOCAL (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | dlwrap.h | 58 void *lib = dlwrap_real_dlopen(library, RTLD_LAZY | RTLD_LOCAL); \
|
| H A D | egl_without_glx.c | 86 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 D | u_dl.c | 48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_dl.c | 48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
|
| /xsrc/external/mit/libXfont/dist/src/stubs/ |
| H A D | stubsinit.c | 11 #define DLOPEN_SELF() dlopen(NULL, RTLD_LOCAL)
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glxdriswrast.c | 57 /* 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 D | glxdri.c | 1069 screen->driver = dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
|
| H A D | glxdri2.c | 736 screen->driver = dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | glxdriswrast.c | 53 /* RTLD_LOCAL is not defined on Cygwin */ 55 #ifndef RTLD_LOCAL 56 #define RTLD_LOCAL 0 macro
|
| H A D | glxdricommon.c | 326 driver = dlopen(filename, RTLD_LAZY | RTLD_LOCAL);
|
| /xsrc/external/mit/libepoxy/dist/src/ |
| H A D | dispatch_common.c | 316 int flags = RTLD_LAZY | RTLD_LOCAL;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| H A D | indirect.c | 658 opengl_framework_handle = dlopen(opengl_framework_path, RTLD_LOCAL);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/ |
| H A D | indirect.c | 622 handle = dlopen(opengl_framework_path, RTLD_LOCAL);
|
Completed in 16 milliseconds