Searched refs:RTLD_LAZY (Results 1 - 25 of 84) sorted by relevance

1234

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dasan_dlopen_test.cc11 dlopen(RT, RTLD_LAZY);
H A Dcoverage-module-unloaded.cc29 dlopen(SO_DIR "/libcoverage_module_unloaded_test_1.so", RTLD_LAZY);
35 dlopen(SO_DIR "/libcoverage_module_unloaded_test_2.so", RTLD_LAZY);
H A Dcoverage-direct.cc36 dlopen(SO_DIR "/libcoverage_direct_test_1.so", RTLD_LAZY);
H A Dstack-trace-dlclose.cc27 void *handle = dlopen(SO_DIR "/stack_trace_dlclose.so", RTLD_LAZY);
H A Dfunction-sections-are-bad.cc19 void *handle = dlopen(path, RTLD_LAZY);
/external/fio/os/windows/posix/include/
H A Ddlfcn.h4 #define RTLD_LAZY 1 macro
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
H A Dbrowser_dlopen_test.cc22 void* lib_handle = dlopen("libmemusage.so", RTLD_LAZY);
34 void* lib_handle = dlopen("libmemusage.so", RTLD_LAZY);
/external/iproute2/include/
H A Ddlfcn.h10 #define RTLD_LAZY 0 macro
/external/compiler-rt/test/asan/TestCases/Android/
H A Dcoverage-android.cc57 dlopen(SO_DIR "/libcoverage_android_test_1.so", RTLD_LAZY);
/external/ltrace/testsuite/ltrace.minor/
H A Dlibdl-simple.c10 handle = dlopen ("liblibdl-simple.so", RTLD_LAZY);
H A Dattach-process-dlopen.exp37 void *libll = dlopen(buf, RTLD_LAZY | RTLD_LOCAL);
/external/valgrind/main/cachegrind/tests/
H A Ddlclose.c19 handle = dlopen ("./myprint.so", RTLD_LAZY);
/external/chromium_org/base/
H A Dnative_library_posix.cc30 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp18 RTLD_LAZY);
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp20 RTLD_LAZY);
/external/compiler-rt/test/lsan/TestCases/
H A Duse_tls_dynamic.cc19 void *handle = dlopen(path.c_str(), RTLD_LAZY);
/external/skia/src/gpu/gl/mac/
H A DGrGLCreateNativeInterface_mac.cpp20 RTLD_LAZY);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dunity_service.cc72 void* unity_lib = dlopen("libunity.so.4", RTLD_LAZY);
74 unity_lib = dlopen("libunity.so.6", RTLD_LAZY);
76 unity_lib = dlopen("libunity.so.9", RTLD_LAZY);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_dl.c48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL);
/external/compiler-rt/test/msan/
H A Ddtls_test.c42 void *handle = dlopen(path, RTLD_LAZY);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dl.c48 return (struct util_dl_library *)dlopen(filename, RTLD_LAZY | RTLD_GLOBAL);
/external/smali/deodexerant/
H A Ddeodexerant.c48 void *libdvm = dlopen("libdvm.so", RTLD_LAZY);
/external/iproute2/genl/
H A Dgenl.c68 dlh = dlopen(buf, RTLD_LAZY);
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
/external/chromium_org/net/dns/
H A Ddns_config_watcher_mac.cc28 RTLD_LAZY | RTLD_NOLOAD);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlopen.h52 flags = RTLD_LAZY | RTLD_GLOBAL; /* Overriding flags at this time */

Completed in 676 milliseconds

1234