Searched refs:RTLD_NOLOAD (Results 1 – 18 of 18) sorted by relevance
/external/python/cpython2/Lib/plat-sunos5/ |
D | DLFCN.py | 5 RTLD_NOLOAD = 0x00004 variable
|
/external/python/cpython2/Modules/ |
D | dlmodule.c | 266 #ifdef RTLD_NOLOAD in initdl() 267 INSINT(RTLD_NOLOAD); in initdl()
|
/external/webrtc/talk/media/devices/ |
D | libudevsymboltable.cc | 46 RTLD_NOW|RTLD_LOCAL|RTLD_NOLOAD); in IsWrongLibUDevAbiVersion()
|
/external/python/cpython3/Modules/_ctypes/darwin/ |
D | dlfcn.h | 73 #define RTLD_NOLOAD 0x10 macro
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | dlfcn.h | 73 #define RTLD_NOLOAD 0x10 macro
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_vdso.c | 93 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers() 96 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
|
D | test_vsyscall.c | 71 void *vdso = dlopen("linux-vdso.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso() 73 vdso = dlopen("linux-gate.so.1", RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in init_vdso()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | DLFCN.py | 80 RTLD_NOLOAD = 0x00004 variable
|
/external/swiftshader/src/Common/ |
D | SharedLibrary.hpp | 104 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
|
/external/libcxx/src/include/ |
D | refstring.h | 48 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
|
/external/libcxxabi/src/include/ |
D | refstring.h | 52 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
|
/external/swiftshader/src/System/ |
D | SharedLibrary.hpp | 122 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
|
/external/bcc/tests/cc/ |
D | test_c_api.cc | 219 void *libbcc = dlopen("libbcc.so", RTLD_LAZY | RTLD_NOLOAD);
|
/external/python/cpython3/ |
D | pyconfig.h.in | 227 /* Define to 1 if you have the declaration of `RTLD_NOLOAD', 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/Modules/ |
D | posixmodule.c | 13277 if (PyModule_AddIntMacro(m, RTLD_NOLOAD)) return -1; in all_ins()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 1695 :data:`~os.RTLD_NOLOAD`, and :data:`~os.RTLD_DEEPBIND` are available on
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 4093 RTLD_NOLOAD
|