Searched defs:RTLD_NOW (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/os400/dlfcn/
H A Ddlfcn.h19 #define RTLD_NOW 001 macro
/external/python/cpython2/Modules/_ctypes/darwin/
H A Ddlfcn.h70 #define RTLD_NOW 0x2 macro
/external/python/cpython2/Lib/plat-sunos5/
H A DDLFCN.py4 RTLD_NOW = 0x00002 variable
/external/python/cpython2/Lib/distutils/tests/
H A Dsetuptools_build_ext.py28 from dl import RTLD_NOW namespace
228 if_dl(" sys.setdlopenflags(dl.RTLD_NOW)"),
/external/python/cpython2/Lib/plat-linux2/
H A DDLFCN.py78 RTLD_NOW = 0x00002 variable
/external/mesa3d/src/glx/
H A Ddri_common.c45 #ifndef RTLD_NOW
46 #define RTLD_NOW 0 macro
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/valgrind/perf/
H A Dtinycc.c706 #define DF_1_NOW 0x00000001 /* Set RTLD_NOW for this object. */
6582 #define RTLD_NOW 0x002
6580 #define RTLD_NOW macro

Completed in 311 milliseconds