Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn.h71 #define RTLD_LOCAL 0x4 macro
/external/python/cpython2/Lib/plat-sunos5/
DDLFCN.py7 RTLD_LOCAL = 0x00000 variable
/external/python/cpython2/Lib/plat-linux2/
DDLFCN.py82 RTLD_LOCAL = 0 variable
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5730 #define RTLD_LOCAL 0 in init_ctypes() macro