/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/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()
|
D | function-sections-are-bad.cc | 19 void *handle = dlopen(path, RTLD_LAZY); in main()
|
/external/fio/os/windows/posix/include/ |
D | dlfcn.h | 4 #define RTLD_LAZY 1 macro
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.h | 18 #define RTLD_LAZY 000 macro
|
/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 | 10 #define RTLD_LAZY 0 macro
|
/external/compiler-rt/test/lsan/TestCases/ |
D | use_tls_dynamic.cc | 19 void *handle = dlopen(path.c_str(), RTLD_LAZY); in main()
|
/external/compiler-rt/test/tsan/ |
D | test.h | 21 void *h = dlopen(libpthread_name, RTLD_LAZY); in barrier_init()
|
/external/skia/src/gpu/gl/iOS/ |
D | GrGLCreateNativeInterface_iOS.cpp | 18 RTLD_LAZY); in GLLoader()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 20 RTLD_LAZY); in GLLoader()
|
/external/v8/src/third_party/vtune/ |
D | jitprofiling.cc | 369 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs() 378 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.c | 350 m_libHandle = dlopen(dllName, RTLD_LAZY); in loadiJIT_Funcs() 359 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY); in loadiJIT_Funcs()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dl.c | 48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL); in util_dl_open()
|
/external/compiler-rt/test/msan/ |
D | dtls_test.c | 42 void *handle = dlopen(path, RTLD_LAZY); in main()
|
/external/compiler-rt/test/profile/ |
D | instrprof-dlopen.test | 4 RUN: %clang -o %t-local -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S… 5 RUN: %clang -o %t-global -fPIC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" …
|
/external/smali/deodexerant/ |
D | deodexerant.c | 48 void *libdvm = dlopen("libdvm.so", RTLD_LAZY); in main()
|