Home
last modified time | relevance | path

Searched refs:RTLD_LAZY (Results 1 – 25 of 81) sorted by relevance

1234

/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-module-unloaded.cc29 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib1 in main()
34 void *handle2 = dlopen(argv[2], RTLD_LAZY); // %dynamiclib2 in main()
Dcoverage-direct-activation.cc51 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib in main()
Dcoverage-direct.cc75 void *handle1 = dlopen(argv[1], RTLD_LAZY); in main()
/external/iproute2/tc/
Dtc.c124 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()
Dm_ipt.c264 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/
Dgenl.c68 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/
Dasan_dlopen_test.cc11 dlopen(RT, RTLD_LAZY); in main()
Dstack-trace-dlclose.cc28 void *handle = dlopen(SO_DIR "/stack_trace_dlclose.so", RTLD_LAZY); in main()
Dfunction-sections-are-bad.cc19 void *handle = dlopen(path, RTLD_LAZY); in main()
/external/fio/os/windows/posix/include/
Ddlfcn.h4 #define RTLD_LAZY 1 macro
/external/libxml2/os400/dlfcn/
Ddlfcn.h18 #define RTLD_LAZY 000 macro
/external/valgrind/cachegrind/tests/
Ddlclose.c19 handle = dlopen ("./myprint.so", RTLD_LAZY); in main()
/external/compiler-rt/test/asan/TestCases/Android/
Dcoverage-android.cc127 dlopen(SO_DIR "/libcoverage_android_test_1.so", RTLD_LAZY); in main()
/external/ltrace/testsuite/ltrace.minor/
Dlibdl-simple.c10 handle = dlopen ("liblibdl-simple.so", RTLD_LAZY); in main()
/external/iproute2/include/
Ddlfcn.h10 #define RTLD_LAZY 0 macro
/external/compiler-rt/test/lsan/TestCases/
Duse_tls_dynamic.cc19 void *handle = dlopen(path.c_str(), RTLD_LAZY); in main()
/external/compiler-rt/test/tsan/
Dtest.h21 void *h = dlopen(libpthread_name, RTLD_LAZY); in barrier_init()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp18 RTLD_LAZY); in GLLoader()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp20 RTLD_LAZY); in GLLoader()
/external/v8/src/third_party/vtune/
Djitprofiling.cc369 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/
Djitprofiling.c350 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/
Du_dl.c48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL); in util_dl_open()
/external/compiler-rt/test/msan/
Ddtls_test.c42 void *handle = dlopen(path, RTLD_LAZY); in main()
/external/compiler-rt/test/profile/
Dinstrprof-dlopen.test4 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/
Ddeodexerant.c48 void *libdvm = dlopen("libdvm.so", RTLD_LAZY); in main()

1234