/external/lldb/test/functionalities/load_unload/ |
D | main.c | 26 …a_dylib_handle = dlopen (a_name, RTLD_NOW); // Set break point at this line for test_lldb_process_… in main() 42 c_dylib_handle = dlopen (c_name, RTLD_NOW); in main() 55 a_dylib_handle = dlopen (a_name, RTLD_NOW); in main()
|
/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 | 19 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
|
D | ignore_lib1.cc | 22 void *h = dlopen(lib.c_str(), RTLD_GLOBAL | RTLD_NOW); in main()
|
D | dlclose.cc | 39 RTLD_NOW|RTLD_NODELETE); in main()
|
D | load_shared_lib.cc | 59 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
|
/external/mesa3d/src/glx/ |
D | dri_common.c | 44 #ifndef RTLD_NOW 45 #define RTLD_NOW 0 macro 137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL); in driOpenDriver() 165 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver() 172 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL); in driOpenDriver()
|
/external/compiler-rt/test/msan/ |
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/valgrind/exp-sgcheck/tests/ |
D | preen_invars.c | 13 void* hdl = dlopen("./preen_invars_so.so", 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()
|
D | asan-symbolize-sanity-test.cc | 27 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
|
D | start-deactivated.cc | 49 void *dso = dlopen(path.c_str(), RTLD_NOW); in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | init-order-dlopen.cc | 35 void *handle = dlopen(path.c_str(), RTLD_NOW); in main()
|
/external/compiler-rt/test/asan/TestCases/ |
D | dlclose-test.cc | 51 void *lib = dlopen(path.c_str(), RTLD_NOW); in main()
|
/external/e2fsprogs/lib/ss/ |
D | get_readline.c | 69 if ((handle = dlopen(cp, RTLD_NOW))) { in ss_get_readline()
|
/external/mesa3d/src/glx/apple/ |
D | apple_cgl.c | 78 h = dlopen(opengl_framework_path, RTLD_NOW); in apple_cgl_init()
|
/external/mesa3d/src/gbm/main/ |
D | backend.c | 73 module = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in load_backend()
|
/external/libxml2/ |
D | xmlmodule.c | 220 return dlopen(name, RTLD_GLOBAL | RTLD_NOW); in xmlModulePlatformOpen()
|
/external/mesa3d/src/gbm/backends/dri/ |
D | gbm_dri.c | 195 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri_load_driver() 200 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri_load_driver()
|
/external/selinux/libselinux/src/ |
D | load_policy.c | 80 libsepolh = dlopen("libsepol.so.1", RTLD_NOW); in selinux_mkload_policy()
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 304 void *map = dlopen(NULL, RTLD_NOW); in test_dlopen() 308 map = dlopen("/nonexistent", RTLD_NOW); in test_dlopen()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 393 dri2_dpy->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri2_open_driver() 398 dri2_dpy->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL); in dri2_open_driver()
|