HomeSort by relevance Sort by last modified time
    Searched defs:RTLD_NOW (Results 51 - 69 of 69) sorted by null

1 23

  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
dlfcn.h 54 RTLD_NOW = 2,
56 RTLD_NOW = 0,
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
dlfcn.h 54 RTLD_NOW = 2,
56 RTLD_NOW = 0,
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
dlfcn.h 54 RTLD_NOW = 2,
56 RTLD_NOW = 0,
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
dlfcn.h 53 RTLD_NOW = 0,
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
dlfcn.h 53 RTLD_NOW = 0,
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
dlfcn.h 53 RTLD_NOW = 0,
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
dlfcn.h 53 RTLD_NOW = 0,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 28 from dl import RTLD_NOW
228 if_dl(" sys.setdlopenflags(dl.RTLD_NOW)"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 28 from dl import RTLD_NOW
228 if_dl(" sys.setdlopenflags(dl.RTLD_NOW)"),
  /external/mesa3d/src/glx/
dri_common.c 44 #ifndef RTLD_NOW
45 #define RTLD_NOW 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/gdb/linux-x86/lib/python2.7/plat-linux2/
DLFCN.py 78 RTLD_NOW = 0x00002
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 78 RTLD_NOW = 0x00002
  /toolchain/binutils/binutils-2.25/bfd/
plugin.c 43 #define RTLD_NOW 0 /* Dummy value. */
214 plugin_handle = dlopen (pname, RTLD_NOW);
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 136 #define RTLD_NOW 0 /* Dummy value. */
198 newplug->dlhandle = dlopen (plugin, RTLD_NOW);
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 42 #define RTLD_NOW 0 /* Dummy value. */
175 this->handle_ = dlopen(this->filename_.c_str(), RTLD_NOW);
    [all...]
  /external/valgrind/perf/
tinycc.c 706 #define DF_1_NOW 0x00000001 /* Set RTLD_NOW 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 6366 milliseconds

1 23