/external/google-breakpad/src/common/linux/ |
D | http_upload.cc | 75 void* curl_lib = dlopen(NULL, RTLD_NOW); in SendRequest() 82 curl_lib = dlopen("libcurl.so", RTLD_NOW); in SendRequest() 87 curl_lib = dlopen("libcurl.so.4", RTLD_NOW); in SendRequest() 92 curl_lib = dlopen("libcurl-gnutls.so.4", RTLD_NOW); in SendRequest() 95 curl_lib = dlopen("libcurl.so.3", RTLD_NOW); in SendRequest()
|
D | libcurl_wrapper.cc | 44 curl_lib_ = dlopen("libcurl.so", RTLD_NOW); in LibcurlWrapper() 46 curl_lib_ = dlopen("libcurl.so.4", RTLD_NOW); in LibcurlWrapper() 49 curl_lib_ = dlopen("libcurl.so.3", RTLD_NOW); in LibcurlWrapper()
|
/external/compiler-rt/test/tsan/ |
D | ignore_lib2.cc | 19 dlopen(lib0.c_str(), RTLD_GLOBAL | RTLD_NOW); in main() 20 dlopen(lib1.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
|
D | ignore_lib3.cc | 22 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
|
D | ignore_lib1.cc | 24 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
|
D | ignore_lib4.cc | 39 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
|
D | dlclose.cc | 37 RTLD_NOW|RTLD_NODELETE); in main()
|
/external/libese/tools/ese_replay/ |
D | hw.c | 50 void *hw_handle = dlopen(hw->lib, RTLD_NOW); in release_hardware() 57 void *hw_handle = dlopen(hw->lib, RTLD_NOW); in initialize_hardware()
|
/external/mesa3d/src/glx/ |
D | dri_common.c | 45 #ifndef RTLD_NOW 46 #define RTLD_NOW 0 macro 106 glhandle = dlopen(GL_LIB_NAME, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver() 134 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver() 141 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
|
/external/python/cpython2/Modules/ |
D | dlmodule.c | 180 #ifndef RTLD_NOW in dl_open() 260 #ifdef RTLD_NOW in initdl() 261 INSINT(RTLD_NOW); in initdl()
|
/external/python/cpython2/Doc/library/ |
D | dl.rst | 37 (:const:`RTLD_LAZY`) or immediate binding (:const:`RTLD_NOW`). Default is 38 :const:`RTLD_LAZY`. Note that some systems do not support :const:`RTLD_NOW`. 50 .. data:: RTLD_NOW
|
/external/libmojo/base/android/linker/ |
D | modern_linker_jni.cc | 72 handle = dlopen(nullptr, RTLD_NOW); in Dlsym() 413 if (!AndroidDlopenExt(path, RTLD_NOW, &dlextinfo, &handle)) { in LoadLibrary() 532 if (!AndroidDlopenExt(path, RTLD_NOW, &dlextinfo, &handle)) { in CreateSharedRelro()
|
/external/compiler-rt/test/msan/ |
D | dlopen_executable.cc | 12 void *p = dlopen(0, RTLD_NOW); in main()
|
D | dlerror.cc | 9 void *p = dlopen("/bad/file/name", RTLD_NOW); in main()
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.h | 19 #define RTLD_NOW 001 macro
|
/external/compiler-rt/test/tsan/Darwin/ |
D | dlopen.cc | 29 void *handle = dlopen(argv[1], RTLD_NOW); in main()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | DLFCN.py | 4 RTLD_NOW = 0x00002 variable
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | activation-options.cc | 56 void *dso = dlopen(path.c_str(), RTLD_NOW); in main()
|
D | init-order-dlopen.cc | 39 void *handle = dlopen(path.c_str(), RTLD_NOW); in main()
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | compatibility_close_monitor.cc | 31 void *lib = dlopen("libjavacore.so", RTLD_NOW); in init()
|
/external/valgrind/exp-sgcheck/tests/ |
D | preen_invars.c | 13 void* hdl = dlopen("./preen_invars_so.so", RTLD_NOW); in main()
|
/external/valgrind/drd/tests/ |
D | dlopen_main.c | 13 handle = dlopen(lib, RTLD_NOW); in main()
|
/external/webrtc/talk/media/devices/ |
D | libudevsymboltable.cc | 46 RTLD_NOW|RTLD_LOCAL|RTLD_NOLOAD); in IsWrongLibUDevAbiVersion()
|
/external/dtc/tests/ |
D | asm_tree_dump.c | 44 sohandle = dlopen(argv[1], RTLD_NOW); in main()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | shared-lib-test.cc | 25 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
|