Home
last modified time | relevance | path

Searched refs:RTLD_NOLOAD (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython2/Lib/plat-sunos5/
DDLFCN.py5 RTLD_NOLOAD = 0x00004 variable
/external/python/cpython2/Modules/
Ddlmodule.c266 #ifdef RTLD_NOLOAD in initdl()
267 INSINT(RTLD_NOLOAD); in initdl()
/external/webrtc/talk/media/devices/
Dlibudevsymboltable.cc46 RTLD_NOW|RTLD_LOCAL|RTLD_NOLOAD); in IsWrongLibUDevAbiVersion()
/external/python/cpython3/Modules/_ctypes/darwin/
Ddlfcn.h73 #define RTLD_NOLOAD 0x10 macro
/external/python/cpython2/Modules/_ctypes/darwin/
Ddlfcn.h73 #define RTLD_NOLOAD 0x10 macro
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vdso.c93 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
96 RTLD_LAZY | RTLD_LOCAL | RTLD_NOLOAD); in fill_function_pointers()
Dtest_vsyscall.c71 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/
DDLFCN.py80 RTLD_NOLOAD = 0x00004 variable
/external/swiftshader/src/Common/
DSharedLibrary.hpp104 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
/external/libcxx/src/include/
Drefstring.h48 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
/external/libcxxabi/src/include/
Drefstring.h52 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
/external/swiftshader/src/System/
DSharedLibrary.hpp122 void *resident = dlopen(path, RTLD_LAZY | RTLD_NOLOAD | RTLD_LOCAL); in getLibraryHandle()
/external/bcc/tests/cc/
Dtest_c_api.cc219 void *libbcc = dlopen("libbcc.so", RTLD_LAZY | RTLD_NOLOAD);
/external/python/cpython3/
Dpyconfig.h.in227 /* Define to 1 if you have the declaration of `RTLD_NOLOAD', 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/Modules/
Dposixmodule.c13277 if (PyModule_AddIntMacro(m, RTLD_NOLOAD)) return -1; in all_ins()
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1695 :data:`~os.RTLD_NOLOAD`, and :data:`~os.RTLD_DEEPBIND` are available on
/external/python/cpython3/Doc/library/
Dos.rst4093 RTLD_NOLOAD