/external/compiler-rt/test/profile/ |
D | instrprof-dlopen.test | 2 RUN: %clang_profgen -o %t.d/func.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func.c 3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func2.c 4 …DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S/Inputs/instrprof-dlopen-main.c 5 …DLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" %S/Inputs/instrprof-dlopen-main.c 7 RUN: %clang -c -o %t.d/main.o %S/Inputs/instrprof-dlopen-main.c 8 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dlopen-func.c %S/Inputs/instrprof-dlopen-func2… 18 …ang_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-func.c 19 RUN: %clang_profuse=%t-local.profdata -o %t-func.local.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-… 20 …ang_profuse=%t-global.profdata -o %t-func.global.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-func.c 24 …g_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-func2.c [all …]
|
/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()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-module-unloaded.cc | 29 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib1 in main() 34 void *handle2 = dlopen(argv[2], RTLD_LAZY); // %dynamiclib2 in main()
|
D | coverage-direct-activation.cc | 51 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib in main()
|
D | coverage-direct.cc | 75 void *handle1 = dlopen(argv[1], RTLD_LAZY); in main()
|
/external/compiler-rt/test/profile/Inputs/ |
D | instrprof-dlopen-main.c | 15 void *f1_handle = dlopen(DLOPEN_FUNC_DIR"/func.shared", DLOPEN_FLAGS); in main() 28 void *f2_handle = dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS); in main()
|
/external/protobuf/src/solaris/ |
D | libstdc++.la | 23 # The name that we can dlopen(3). 46 # Files to dlopen/dlpreopen 47 dlopen=''
|
/external/iproute2/tc/ |
D | tc.c | 124 dlh = dlopen(buf, RTLD_LAZY); in get_qdisc_kind() 129 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_qdisc_kind() 178 dlh = dlopen(buf, RTLD_LAZY); in get_filter_kind() 182 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_filter_kind()
|
D | m_ipt.c | 264 handle = dlopen(path, RTLD_LAZY); in get_target_name() 268 handle = dlopen(path, RTLD_LAZY); in get_target_name() 272 handle = dlopen(path, RTLD_LAZY); in get_target_name() 277 handle = dlopen(path, RTLD_LAZY); in get_target_name()
|
/external/iproute2/genl/ |
D | genl.c | 68 dlh = dlopen(buf, RTLD_LAZY); in get_genl_kind() 72 dlh = BODY = dlopen(NULL, RTLD_LAZY); in get_genl_kind()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | asan_dlopen_test.cc | 11 dlopen(RT, RTLD_LAZY); in main()
|
D | stack-trace-dlclose.cc | 28 void *handle = dlopen(SO_DIR "/stack_trace_dlclose.so", RTLD_LAZY); in main()
|
/external/compiler-rt/test/msan/ |
D | dlerror.cc | 9 void *p = dlopen("/bad/file/name", RTLD_NOW); in main()
|
/external/fio/os/windows/posix/include/ |
D | dlfcn.h | 6 void *dlopen(const char *file, int mode);
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.h | 27 extern void * dlopen(const char * filename, int flag);
|
/external/valgrind/cachegrind/tests/ |
D | dlclose.c | 19 handle = dlopen ("./myprint.so", RTLD_LAZY); in main()
|
/external/compiler-rt/test/asan/TestCases/Android/ |
D | coverage-android.cc | 127 dlopen(SO_DIR "/libcoverage_android_test_1.so", RTLD_LAZY); in main()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | libdl-simple.c | 10 handle = dlopen ("liblibdl-simple.so", RTLD_LAZY); in main()
|
/external/iproute2/include/ |
D | dlfcn.h | 13 static inline void *dlopen(const char *file, int flag) in dlopen() function
|
/external/valgrind/exp-sgcheck/tests/ |
D | preen_invars.c | 13 void* hdl = dlopen("./preen_invars_so.so", RTLD_NOW); in main()
|