Searched defs:RTLD_GLOBAL (Results 1 - 8 of 8) sorted by relevance

/external/libxml2/os400/dlfcn/
H A Ddlfcn.h20 #define RTLD_GLOBAL 010 macro
/external/iproute2/include/
H A Ddlfcn.h11 #define RTLD_GLOBAL 1 macro
/external/libxml2/
H A Dxmlmodule.c206 #ifndef RTLD_GLOBAL /* For Tru64 UNIX 4.0 */
207 #define RTLD_GLOBAL 0 macro
220 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
/external/mesa3d/src/mesa/main/
H A Dtexcompress_s3tc.c56 #define RTLD_GLOBAL 0 macro
/external/mesa3d/src/glx/
H A Ddri_common.c47 #ifndef RTLD_GLOBAL
48 #define RTLD_GLOBAL 0 macro
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
165 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
172 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
/external/valgrind/perf/
H A Dtinycc.c707 #define DF_1_GLOBAL 0x00000002 /* Set RTLD_GLOBAL for this object. */
6583 #define RTLD_GLOBAL 0x100
21012 //h = dlopen(filename, RTLD_GLOBAL | RTLD_LAZY);
6581 #define RTLD_GLOBAL macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 389 milliseconds