Searched defs:RTLD_LAZY (Results 1 - 10 of 10) sorted by relevance

/external/fio/os/windows/posix/include/
H A Ddlfcn.h4 #define RTLD_LAZY 1 macro
/external/libxml2/os400/dlfcn/
H A Ddlfcn.h18 #define RTLD_LAZY 000 macro
/external/iproute2/include/
H A Ddlfcn.h10 #define RTLD_LAZY 0 macro
/external/python/cpython2/Modules/_ctypes/darwin/
H A Ddlfcn.h69 #define RTLD_LAZY 0x1 macro
/external/python/cpython2/Lib/plat-sunos5/
H A DDLFCN.py3 RTLD_LAZY = 0x00001 variable
/external/python/cpython2/Modules/
H A Ddlmodule.c12 #ifndef RTLD_LAZY
13 #define RTLD_LAZY 1 macro
175 mode = RTLD_LAZY;
181 if (mode != RTLD_LAZY) {
257 x = PyInt_FromLong((long)RTLD_LAZY);
258 PyDict_SetItemString(d, "RTLD_LAZY", x);
/external/mesa3d/src/mesa/main/
H A Dtexcompress_s3tc.c47 #define RTLD_LAZY 0 macro
/external/python/cpython2/Lib/plat-linux2/
H A DDLFCN.py77 RTLD_LAZY = 0x00001 variable
/external/python/cpython2/Python/
H A Dpystate.c20 #ifndef RTLD_LAZY
21 #define RTLD_LAZY 1 macro
81 interp->dlopenflags = RTLD_LAZY;
/external/valgrind/perf/
H A Dtinycc.c6581 #define RTLD_LAZY 0x001
21012 //h = dlopen(filename, RTLD_GLOBAL | RTLD_LAZY);
6579 #define RTLD_LAZY macro

Completed in 368 milliseconds