Searched refs:dlopen (Results 76 - 100 of 213) sorted by relevance

123456789

/external/openssl/crypto/dso/
H A Ddso_dlfcn.c139 /* Prior to using the dlopen() function, we should decide on the flag
164 * (i) the handle (void*) returned from dlopen().
184 ptr = dlopen(filename, flags);
474 void *ret = NULL,*handle = dlopen(NULL,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/native_client_sdk/src/doc/devguide/devcycle/
H A Ddynamic-loading.rst163 default. Application that load shared libraries at runtime using ``dlopen()``
172 shared library, and how to use the ``dlopen()`` interface to load that library
175 use the ``dlopen()`` interface. The SDK example is nevertheless instructive, as
180 The SDK example, located in ``examples/tutorial/dlopen``, includes three C++
187 .nmf file and is therefore directly loadable with ``dlopen()``.
196 dlopen.cc
201 Run ``make`` in the dlopen directory to see the commands the Makefile executes
212 multiple versions of the example using the SDK toolchains. The dlopen example
226 ``dlopen()``) it is also convenient to list libraries in the manifest file.
230 allow ``dlopen()`` t
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_common.c117 * Try to \c dlopen the named driver.
126 * A handle from \c dlopen, or \c NULL if driver file not found.
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
165 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
172 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
178 ErrorMessageF("dlopen %s failed (%s)\n", realDriverName, dlerror());
/external/mesa3d/src/glx/
H A Ddri_common.c117 * Try to \c dlopen the named driver.
126 * A handle from \c dlopen, or \c NULL if driver file not found.
137 glhandle = dlopen("libGL.so.1", RTLD_NOW | RTLD_GLOBAL);
165 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
172 handle = dlopen(realDriverName, RTLD_NOW | RTLD_GLOBAL);
178 ErrorMessageF("dlopen %s failed (%s)\n", realDriverName, dlerror());
/external/chromium_org/base/
H A Dsys_info_android.cc27 void* handle = dlopen("libc.so", RTLD_NOLOAD);
29 LOG(FATAL) << "Cannot dlopen libc.so: " << dlerror();
/external/chromium_org/content/common/gpu/media/
H A Dtegra_v4l2_video_device.cc56 if (!dlopen("/usr/lib/libtegrav4l2.so",
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_wrappers.cpp89 // Try to load the executable with the system dlopen() instead.
91 void* system_lib = ::dlopen(path, mode);
257 {"dlopen", reinterpret_cast<void*>(&WrapDlopen)},
/external/chromium_org/ui/ozone/platform/dri/
H A Dozone_platform_gbm.cc52 glapi_lib_(dlopen("libglapi.so.0", RTLD_LAZY | RTLD_GLOBAL)),
/external/iproute2/tc/
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);
H A Dm_action.c115 dlh = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL);
119 dlh = aBODY = dlopen(NULL, RTLD_LAZY);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dregister.h92 void *handle = dlopen(so_file.c_str(), RTLD_LAZY);
/external/jpeg/
H A Dltmain.sh142 -dlopen)
143 prevopt="-dlopen"
208 # Only execute mode is allowed to have -dlopen flags.
210 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
470 -dlopen)
626 # This library was specified with -dlopen.
868 $echo "$modename: warning: \`-dlopen' is ignored while creating libtool libraries" 1>&2
1067 $echo "$modename: warning: \`-dlopen' is ignored while creating objects" 1>&2
1330 test -n "$dlfiles$dlprefiles" && $echo "$modename: warning: \`-dlopen' and \`-dlpreopen' are ignored without \`-export-dynamic'" 1>&2
1573 # The name that we can dlopen(
[all...]
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh142 -dlopen)
143 prevopt="-dlopen"
208 # Only execute mode is allowed to have -dlopen flags.
210 $echo "$modename: unrecognized option \`-dlopen'" 1>&2
470 -dlopen)
626 # This library was specified with -dlopen.
868 $echo "$modename: warning: \`-dlopen' is ignored while creating libtool libraries" 1>&2
1067 $echo "$modename: warning: \`-dlopen' is ignored while creating objects" 1>&2
1330 test -n "$dlfiles$dlprefiles" && $echo "$modename: warning: \`-dlopen' and \`-dlpreopen' are ignored without \`-export-dynamic'" 1>&2
1573 # The name that we can dlopen(
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlmodule.c212 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
/external/chromium_org/third_party/webrtc/base/
H A Dmacwindowpicker.cc51 lib_handle_ = dlopen(kCoreGraphicsName, RTLD_NOW);
/external/libxml2/
H A Dxmlmodule.c220 return dlopen(name, RTLD_GLOBAL | RTLD_NOW);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_gl.c116 handle = dlopen(path, dlopen_flags);
/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);
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
H A Dgbm_dri.c195 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
200 dri->driver = dlopen(path, RTLD_NOW | RTLD_GLOBAL);
/external/elfutils/0.153/libebl/
H A Deblopenbackend.c351 void *h = dlopen (dsoname, RTLD_LAZY);
357 h = dlopen (dsoname, RTLD_LAZY);

Completed in 2579 milliseconds

123456789