HomeSort by relevance Sort by last modified time
    Searched defs:RTLD_GLOBAL (Results 1 - 11 of 11) sorted by null

  /development/ndk/platforms/android-3/include/
dlfcn.h 45 RTLD_GLOBAL = 2,
  /bionic/libc/include/
dlfcn.h 62 RTLD_GLOBAL = 0x00100,
64 RTLD_GLOBAL = 2,
  /development/ndk/platforms/android-8/include/
dlfcn.h 57 RTLD_GLOBAL = 2,
  /development/ndk/platforms/android-L/include/
dlfcn.h 62 RTLD_GLOBAL = 0x00100,
64 RTLD_GLOBAL = 2,
  /external/chromium_org/third_party/libxml/src/
xmlmodule.c 198 #ifndef RTLD_GLOBAL /* For Tru64 UNIX 4.0 */
199 #define RTLD_GLOBAL 0
212 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
  /external/libxml2/
xmlmodule.c 206 #ifndef RTLD_GLOBAL /* For Tru64 UNIX 4.0 */
207 #define RTLD_GLOBAL 0
220 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_s3tc.c 56 #define RTLD_GLOBAL 0
  /external/mesa3d/src/mesa/main/
texcompress_s3tc.c 56 #define RTLD_GLOBAL 0
  /external/chromium_org/third_party/mesa/src/src/glx/
dri_common.c 47 #ifndef RTLD_GLOBAL
48 #define RTLD_GLOBAL 0
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/mesa3d/src/glx/
dri_common.c 47 #ifndef RTLD_GLOBAL
48 #define RTLD_GLOBAL 0
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 261 milliseconds