/external/python/cpython2/Lib/plat-sunos5/ |
D | DLFCN.py | 11 RTLD_NODELETE = 0x01000 variable
|
/external/compiler-rt/test/tsan/ |
D | dlclose.cc | 37 RTLD_NOW|RTLD_NODELETE); in main()
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | dlclose.cpp | 37 RTLD_NOW|RTLD_NODELETE); in main()
|
/external/python/cpython2/Modules/_ctypes/darwin/ |
D | dlfcn.h | 74 #define RTLD_NODELETE 0x80 macro
|
/external/python/cpython3/Modules/_ctypes/darwin/ |
D | dlfcn.h | 74 #define RTLD_NODELETE 0x80 macro
|
/external/python/cpython2/Modules/ |
D | dlmodule.c | 284 #ifdef RTLD_NODELETE in initdl() 285 INSINT(RTLD_NODELETE); in initdl()
|
/external/v4l2_codec2/plugin_store/ |
D | VendorAllocatorLoader.cpp | 24 void* libHandle = dlopen(kLibPath, RTLD_NOW | RTLD_NODELETE); in Create()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | DLFCN.py | 83 RTLD_NODELETE = 0x01000 variable
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1145 pub const RTLD_NODELETE: ::c_int = 0x1000; constant
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 899 pub const RTLD_NODELETE: ::c_int = 0x1000; constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1781 pub const RTLD_NODELETE: ::c_int = 0x1000; constant
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 7537 #ifdef RTLD_NODELETE 7538 { "RTLD_NODELETE", RTLD_NODELETE },
|
D | test_c.py | 87 RTLD_NODELETE
|
/external/python/cpython3/ |
D | pyconfig.h.in | 234 /* Define to 1 if you have the declaration of `RTLD_NODELETE', and to 0 if you
|
D | configure.ac | 4669 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/ |
D | mod.rs | 1421 pub const RTLD_NODELETE: ::c_int = 0x1000; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2808 pub const RTLD_NODELETE: ::c_int = 0x80; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2302 pub const RTLD_NODELETE: ::c_int = 0x1000; constant
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 1694 :data:`~os.RTLD_GLOBAL`, :data:`~os.RTLD_LOCAL`, :data:`~os.RTLD_NODELETE`,
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 15041 if (PyModule_AddIntMacro(m, RTLD_NODELETE)) return -1; in all_ins()
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 4583 RTLD_NODELETE
|