Searched refs:RTLD_LAZY (Results 26 - 50 of 84) sorted by relevance

1234

/external/chromium_org/third_party/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp44 void* appLibrary = dlopen(libraryLocation, RTLD_LOCAL | RTLD_LAZY);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstress_dtls.c84 void *handle = dlopen(buf, RTLD_LAZY);
/external/iproute2/tc/
H A Dtc.c124 dlh = dlopen(buf, RTLD_LAZY);
129 dlh = BODY = dlopen(NULL, RTLD_LAZY);
178 dlh = dlopen(buf, RTLD_LAZY);
182 dlh = BODY = dlopen(NULL, RTLD_LAZY);
H A Dm_ipt.c264 handle = dlopen(path, RTLD_LAZY);
268 handle = dlopen(path, RTLD_LAZY);
272 handle = dlopen(path, RTLD_LAZY);
277 handle = dlopen(path, RTLD_LAZY);
H A Dm_ematch.c142 dlh = dlopen(buf, RTLD_LAZY);
146 dlh = body = dlopen(NULL, RTLD_LAZY);
H A Dm_pedit.c90 dlh = dlopen(buf, RTLD_LAZY);
94 dlh = pBODY = dlopen(NULL, RTLD_LAZY);
/external/mesa3d/src/mesa/main/
H A Ddlopen.h52 flags = RTLD_LAZY | RTLD_GLOBAL; /* Overriding flags at this time */
/external/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp44 void* appLibrary = dlopen(libraryLocation, RTLD_LOCAL | RTLD_LAZY);
/external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
H A Ddlopen.cc76 eightball_so_ = dlopen("libeightball.so", RTLD_LAZY);
94 reverse_so_ = dlopen(reverse_so_path, RTLD_LAZY);
/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c72 dl = dlopen(module_path, RTLD_LAZY);
/external/deqp/framework/delibs/deutil/
H A DdeDynamicLibrary.c43 library->libHandle = dlopen(fileName, RTLD_LAZY);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dapp_indicator_icon.cc98 void* indicator_lib = dlopen("libappindicator.so", RTLD_LAZY);
100 indicator_lib = dlopen("libappindicator.so.1", RTLD_LAZY);
103 indicator_lib = dlopen("libappindicator.so.0", RTLD_LAZY);
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_mac.cc72 RTLD_LAZY);
/external/llvm/lib/Support/
H A DDynamicLibrary.cpp60 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL);
/external/openfst/src/include/fst/
H A Dgeneric-register.h77 void *handle = dlopen(so_filename.c_str(), RTLD_LAZY);
/external/qemu/android/utils/
H A Ddll.c123 result = dlopen( libName, RTLD_LAZY );
/external/chromium_org/v8/src/third_party/vtune/
H A Djitprofiling.cc369 m_libHandle = dlopen(dllName, RTLD_LAZY);
378 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c349 m_libHandle = dlopen(dllName, RTLD_LAZY);
358 m_libHandle = dlopen(DEFAULT_DLLNAME, RTLD_LAZY);
/external/openssl/crypto/
H A Dsparcv9cap.c132 if ((h = dlopen(NULL,RTLD_LAZY)))
139 if ((h = dlopen("libdevinfo.so.1",RTLD_LAZY))) do
/external/chromium_org/ui/ozone/platform/dri/
H A Dozone_platform_gbm.cc52 glapi_lib_(dlopen("libglapi.so.0", RTLD_LAZY | RTLD_GLOBAL)),
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h92 void *handle = dlopen(so_file.c_str(), RTLD_LAZY);
/external/openssl/crypto/dso/
H A Ddso_dlfcn.c474 void *ret = NULL,*handle = dlopen(NULL,RTLD_LAZY);
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.c188 handle = dlopen(so, RTLD_LAZY);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.c188 handle = dlopen(so, RTLD_LAZY);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.c188 handle = dlopen(so, RTLD_LAZY);

Completed in 3465 milliseconds

1234