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

1 2 34

  /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);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolvers.cpp 42 #define RTLD_GLOBAL 2
  /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);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 81 RTLD_GLOBAL = 0x00100
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 121 #define RTLD_GLOBAL 0x8
218 static struct dlstatus mainStatus = { 0, MAGIC_DYLIB_MOD, NULL, -1, RTLD_GLOBAL, 0, 0, 0 };
545 if (isFlagSet(mode, RTLD_GLOBAL) &&
546 !isFlagSet(dls->mode, RTLD_GLOBAL) && !promoteLocalToGlobal(dls))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 14 from _ctypes import RTLD_LOCAL, RTLD_GLOBAL
27 # On OS X 10.3, we use RTLD_GLOBAL as default mode
33 DEFAULT_MODE = RTLD_GLOBAL
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 14 from _ctypes import RTLD_LOCAL, RTLD_GLOBAL
27 # On OS X 10.3, we use RTLD_GLOBAL as default mode
33 DEFAULT_MODE = RTLD_GLOBAL
  /external/valgrind/main/perf/
tinycc.c 707 #define DF_1_GLOBAL 0x00000002 /* Set RTLD_GLOBAL for this object. */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1114 milliseconds

1 2 34