| /xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/ |
| H A D | symbol-test.c | 44 ret = dlopen(argv[i], RTLD_GLOBAL | RTLD_NOW); 46 fprintf(stderr, "dlopen error: %s\n", dlerror());
|
| H A D | loader.c | 106 if (!(ret = dlopen(module, RTLD_LAZY | RTLD_GLOBAL))) { 127 global_scope = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL);
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | egl_without_glx.c | 47 * Wraps the system dlopen(), which libepoxy will end up calling when 48 * it tries to dlopen() the API libraries, and errors out the 53 dlopen(const char *filename, int flag) function in typeref:typename:void * 69 dlopen_unwrapped = dlsym(RTLD_NEXT, "dlopen"); 86 void *egl = dlopen("libEGL.so.1", RTLD_LAZY | RTLD_LOCAL); 107 void *egl = dlopen("libEGL.so.1", RTLD_LAZY | RTLD_LOCAL);
|
| H A D | dlwrap.c | 24 * Implements a wrapper for dlopen() and dlsym() so that epoxy will 27 * "override_GL_glWhatever()" when it tries to dlopen() and dlsym() 96 /* Many (most?) OpenGL programs dlopen libGL.so.1 rather than linking 98 * wrapped GL symbols via LD_PRELOAD. So we catch the dlopen in a 102 dlopen(const char *filename, int flag) function in typeref:typename:void * 107 /* Before deciding whether to redirect this dlopen to our own 108 * library, we call the real dlopen. This assures that any 114 /* If filename is not a wrapped library, just return real dlopen */ 146 real_dlopen = (fips_dlopen_t) dlwrap_real_dlsym(RTLD_NEXT, "dlopen"); 148 fputs("Error: Failed to find symbol for dlopen [all...] |
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcDynamic.c | 70 nlshandler = dlopen(libpath,LAZY);
|
| /xsrc/external/mit/libvdpau/dist/test/ |
| H A D | dlclose.c | 37 void *libXext = dlopen("libXext.so.6", RTLD_LAZY); 38 void *libvdpau = dlopen("../src/.libs/libvdpau.so", RTLD_LAZY);
|
| /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/libXvMC/dist/ |
| H A D | configure.ac | 49 # Check to see if dlopen is in default libraries (like Solaris, which 51 AC_CHECK_FUNC([dlopen], [], 52 AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl"))
|
| /xsrc/external/mit/libvdpau/dist/ |
| H A D | configure.ac | 43 dnl Check to see if dlopen is in default libraries (like Solaris, which 45 AC_CHECK_FUNC([dlopen], [], 46 AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl"))
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | require.c | 122 if (dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL) == NULL) 128 dlopen(filename, RTLD_LAZY | RTLD_GLOBAL)) == NULL) 129 LispDestroy("%s: dlopen: %s", STRFUN(builtin), dlerror());
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| H A D | loader.c | 136 if (!(ret = dlopen(module, DLOPEN_LAZY | DLOPEN_GLOBAL))) { 159 global_scope = dlopen(NULL, DLOPEN_LAZY | DLOPEN_GLOBAL);
|
| /xsrc/external/mit/libvdpau/dist/src/ |
| H A D | vdpau_wrapper.c | 141 _vdp_driver_dll = dlopen(vdpau_driver_lib, RTLD_NOW | RTLD_GLOBAL); 145 * or if we fail to create the driver path/dlopen the library. */ 159 _vdp_driver_dll = dlopen(vdpau_driver_lib, RTLD_NOW | RTLD_GLOBAL); 168 _vdp_driver_dll = dlopen(vdpau_driver_lib, RTLD_NOW | RTLD_GLOBAL); 188 _vdp_trace_dll = dlopen(VDPAU_MODULEDIR "/libvdpau_trace.so.1",
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | apple_cgl.c | 78 h = dlopen(opengl_framework_path, RTLD_NOW); 81 fprintf(stderr, "error: unable to dlopen %s : %s\n",
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_cgl.c | 78 h = dlopen(opengl_framework_path, RTLD_NOW); 81 fprintf(stderr, "error: unable to dlopen %s : %s\n",
|
| /xsrc/external/mit/libXfont/dist/src/stubs/ |
| H A D | stubsinit.c | 11 #define DLOPEN_SELF() dlopen(NULL, RTLD_LOCAL)
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_vidresize.c | 71 void *glxDso = dlopen("libGL.so", RTLD_LAZY);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_vidresize.c | 69 void *glxDso = dlopen("libGL.so", RTLD_LAZY);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/m4/ |
| H A D | ltoptions.m4 | 71 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no 106 # dlopen 108 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes 112 [_LT_SET_OPTION([LT_INIT], [dlopen]) 115 put the `dlopen' option into LT_INIT's first parameter.])
|
| /xsrc/external/mit/xf86-video-intel-old/dist/m4/ |
| H A D | ltoptions.m4 | 70 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no 105 # dlopen 107 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes 111 [_LT_SET_OPTION([LT_INIT], [dlopen]) 114 put the `dlopen' option into LT_INIT's first parameter.])
|
| /xsrc/external/mit/xorg-server.old/dist/m4/ |
| H A D | ltoptions.m4 | 71 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no 106 # dlopen 108 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes 112 [_LT_SET_OPTION([LT_INIT], [dlopen]) 115 put the `dlopen' option into LT_INIT's first parameter.])
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | CrGlCur.c | 59 module = dlopen(library, RTLD_LAZY);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.1.rst | 66 - gbm: dlopen libglapi so gbm_create_device works
|
| /xsrc/external/mit/libXau/dist/m4/ |
| H A D | ltoptions.m4 | 71 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no 108 # dlopen 110 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes 114 [_LT_SET_OPTION([LT_INIT], [dlopen]) 117 put the 'dlopen' option into LT_INIT's first parameter.])
|
| /xsrc/external/mit/libXaw/dist/m4/ |
| H A D | ltoptions.m4 | 71 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no 108 # dlopen 110 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes 114 [_LT_SET_OPTION([LT_INIT], [dlopen]) 117 put the 'dlopen' option into LT_INIT's first parameter.])
|