Searched refs:RTLD_NODELETE (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Lib/plat-sunos5/ |
D | DLFCN.py | 11 RTLD_NODELETE = 0x01000 variable
|
/external/python/cpython2/Modules/ |
D | dlmodule.c | 284 #ifdef RTLD_NODELETE in initdl() 285 INSINT(RTLD_NODELETE); in initdl()
|
/external/compiler-rt/test/tsan/ |
D | dlclose.cc | 37 RTLD_NOW|RTLD_NODELETE); in main()
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | dlfcn.h | 74 #define RTLD_NODELETE 0x80 macro
|
/external/python/cpython3/Modules/_ctypes/darwin/ |
D | dlfcn.h | 74 #define RTLD_NODELETE 0x80 macro
|
/external/python/cpython2/Lib/plat-linux2/ |
D | DLFCN.py | 83 RTLD_NODELETE = 0x01000 variable
|
/external/python/cpython3/ |
D | pyconfig.h.in | 223 /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
|
D | configure.ac | 4636 AC_CHECK_DECLS([RTLD_LAZY, RTLD_NOW, RTLD_GLOBAL, RTLD_LOCAL, RTLD_NODELETE, RTLD_NOLOAD, RTLD_DEEP…
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 1694 :data:`~os.RTLD_GLOBAL`, :data:`~os.RTLD_LOCAL`, :data:`~os.RTLD_NODELETE`,
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 13274 if (PyModule_AddIntMacro(m, RTLD_NODELETE)) return -1; in all_ins()
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 4092 RTLD_NODELETE
|