Home
last modified time | relevance | path

Searched refs:RTLD_NODELETE (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/plat-sunos5/
DDLFCN.py11 RTLD_NODELETE = 0x01000 variable
/external/python/cpython2/Modules/
Ddlmodule.c284 #ifdef RTLD_NODELETE in initdl()
285 INSINT(RTLD_NODELETE); in initdl()
/external/compiler-rt/test/tsan/
Ddlclose.cc37 RTLD_NOW|RTLD_NODELETE); in main()
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn.h74 #define RTLD_NODELETE 0x80 macro
/external/python/cpython3/Modules/_ctypes/darwin/
Ddlfcn.h74 #define RTLD_NODELETE 0x80 macro
/external/python/cpython2/Lib/plat-linux2/
DDLFCN.py83 RTLD_NODELETE = 0x01000 variable
/external/python/cpython3/
Dpyconfig.h.in223 /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
Dconfigure.ac4636 AC_CHECK_DECLS([RTLD_LAZY, RTLD_NOW, RTLD_GLOBAL, RTLD_LOCAL, RTLD_NODELETE, RTLD_NOLOAD, RTLD_DEEP…
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1694 :data:`~os.RTLD_GLOBAL`, :data:`~os.RTLD_LOCAL`, :data:`~os.RTLD_NODELETE`,
/external/python/cpython3/Modules/
Dposixmodule.c13274 if (PyModule_AddIntMacro(m, RTLD_NODELETE)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst4092 RTLD_NODELETE