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

  /external/libxml2/os400/dlfcn/
dlfcn.h 19 #define RTLD_NOW 001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
dlfcn.h 26 #define RTLD_NOW 0x00002 /* Immediate function call binding. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
dlfcn.h 26 #define RTLD_NOW 0x00002 /* Immediate function call binding. */
  /bionic/libc/include/
dlfcn.h 57 #define RTLD_NOW 0x00002
64 #undef RTLD_NOW
65 #define RTLD_NOW 0x00000
  /external/python/cpython2/Modules/_ctypes/darwin/
dlfcn.h 70 #define RTLD_NOW 0x2
  /external/python/cpython3/Modules/_ctypes/darwin/
dlfcn.h 70 #define RTLD_NOW 0x2
  /external/python/cpython2/Lib/plat-sunos5/
DLFCN.py 4 RTLD_NOW = 0x00002
  /external/mesa3d/src/glx/
dri_common.c 45 #ifndef RTLD_NOW
46 #define RTLD_NOW 0
106 glhandle = dlopen(GL_LIB_NAME, RTLD_NOW | RTLD_GLOBAL);
134 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
141 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
  /external/python/cpython2/Lib/plat-linux2/
DLFCN.py 78 RTLD_NOW = 0x00002
  /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.27/bfd/
plugin.c 43 #define RTLD_NOW 0 /* Dummy value. */
217 plugin_handle = dlopen (pname, RTLD_NOW);
  /toolchain/binutils/binutils-2.27/gold/
plugin.cc 42 #define RTLD_NOW 0 /* Dummy value. */
196 this->handle_ = dlopen(this->filename_.c_str(), RTLD_NOW);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 182 #define RTLD_NOW 0 /* Dummy value. */
259 newplug->dlhandle = dlopen (plugin, RTLD_NOW);
    [all...]
  /external/valgrind/perf/
tinycc.c 706 #define DF_1_NOW 0x00000001 /* Set RTLD_NOW for this object. */
    [all...]
  /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 928 milliseconds