Home
last modified time | relevance | path

Searched defs:RTLD_NODELETE (Results 1 – 4 of 4) sorted by relevance

/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-sunos5/
DDLFCN.py11 RTLD_NODELETE = 0x01000 variable
/external/python/cpython2/Lib/plat-linux2/
DDLFCN.py83 RTLD_NODELETE = 0x01000 variable