Home
last modified time | relevance | path

Searched refs:RTLD_NODELETE (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Lib/plat-sunos5/
DDLFCN.py11 RTLD_NODELETE = 0x01000 variable
/external/compiler-rt/test/tsan/
Ddlclose.cc37 RTLD_NOW|RTLD_NODELETE); in main()
/external/llvm-project/compiler-rt/test/tsan/
Ddlclose.cpp37 RTLD_NOW|RTLD_NODELETE); in main()
/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/Modules/
Ddlmodule.c284 #ifdef RTLD_NODELETE in initdl()
285 INSINT(RTLD_NODELETE); in initdl()
/external/v4l2_codec2/plugin_store/
DVendorAllocatorLoader.cpp24 void* libHandle = dlopen(kLibPath, RTLD_NOW | RTLD_NODELETE); in Create()
/external/python/cpython2/Lib/plat-linux2/
DDLFCN.py83 RTLD_NODELETE = 0x01000 variable
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1145 pub const RTLD_NODELETE: ::c_int = 0x1000; constant
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs899 pub const RTLD_NODELETE: ::c_int = 0x1000; constant
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1781 pub const RTLD_NODELETE: ::c_int = 0x1000; constant
/external/python/cffi/c/
D_cffi_backend.c7537 #ifdef RTLD_NODELETE
7538 { "RTLD_NODELETE", RTLD_NODELETE },
Dtest_c.py87 RTLD_NODELETE
/external/python/cpython3/
Dpyconfig.h.in234 /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
Dconfigure.ac4669 AC_CHECK_DECLS([RTLD_LAZY, RTLD_NOW, RTLD_GLOBAL, RTLD_LOCAL, RTLD_NODELETE, RTLD_NOLOAD, RTLD_DEEP…
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1421 pub const RTLD_NODELETE: ::c_int = 0x1000; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2808 pub const RTLD_NODELETE: ::c_int = 0x80; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2302 pub const RTLD_NODELETE: ::c_int = 0x1000; constant
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1694 :data:`~os.RTLD_GLOBAL`, :data:`~os.RTLD_LOCAL`, :data:`~os.RTLD_NODELETE`,
/external/python/cpython3/Modules/
Dposixmodule.c15041 if (PyModule_AddIntMacro(m, RTLD_NODELETE)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst4583 RTLD_NODELETE