/external/chromium_org/chrome/browser/ui/views/frame/ |
global_menu_bar_x11.cc | 250 void* dbusmenu_lib = dlopen("libdbusmenu-glib.so", RTLD_LAZY); 252 dbusmenu_lib = dlopen("libdbusmenu-glib.so.4", RTLD_LAZY);
|
/external/chromium_org/third_party/openssl/openssl/crypto/dso/ |
dso.h | 186 /* Standard dlopen uses a (void *). Win32 uses a HANDLE. VMS 289 * (dlopen, dlclose, dlsym, etc) will be used and incorporated into
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
dso.h | 186 /* Standard dlopen uses a (void *). Win32 uses a HANDLE. VMS 289 * (dlopen, dlclose, dlsym, etc) will be used and incorporated into
|
/external/compiler-rt/lib/msandr/ |
msandr.cc | 635 // This means we don't clear the shadow for calls to dlopen. For now, we 651 dr_printf("unpoisoning for dlopen: [%p-%p]\n", base, base + size);
|
/external/elfutils/libebl/ |
eblopenbackend.c | 349 void *h = dlopen (dsoname, RTLD_LAZY); 355 h = dlopen (dsoname, RTLD_LAZY);
|
/external/libpng/contrib/gregbook/ |
readpng2.c | 83 * (Could use dlopen() and dlsym() on Unix and corresponding 267 * (Could use dlopen() and dlsym() on Unix and corresponding
|
/external/llvm/device/include/llvm/Config/ |
config.h | 99 /* Define if dlopen() is available on this platform. */ 618 /* Define if the OS needs help to load dependent libraries for dlopen(). */
|
/external/llvm/host/include/llvm/Config/ |
config.h | 96 /* Define if dlopen() is available on this platform. */ 651 /* Define if the OS needs help to load dependent libraries for dlopen(). */
|
/external/llvm/include/llvm/Config/ |
config.h.cmake | 83 /* Define if dlopen() is available on this platform. */ 615 /* Define if the OS needs help to load dependent libraries for dlopen(). */
|
config.h.in | 106 /* Define if dlopen() is available on this platform. */ 650 /* Define if the OS needs help to load dependent libraries for dlopen(). */
|
/external/openssl/crypto/dso/ |
dso.h | 186 /* Standard dlopen uses a (void *). Win32 uses a HANDLE. VMS 289 * (dlopen, dlclose, dlsym, etc) will be used and incorporated into
|
/external/openssl/include/openssl/ |
dso.h | 186 /* Standard dlopen uses a (void *). Win32 uses a HANDLE. VMS 289 * (dlopen, dlclose, dlsym, etc) will be used and incorporated into
|
/external/wpa_supplicant_8/src/eap_server/ |
tncs.c | 107 void *dlhandle; /* from dlopen() */ 515 imv->dlhandle = dlopen(imv->path, RTLD_LAZY);
|
/frameworks/rs/cpp/ |
RenderScript.cpp | 407 void* handle = dlopen(filename, RTLD_LAZY | RTLD_LOCAL); 409 ALOGE("couldn't dlopen %s, %s", filename, dlerror());
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_app.c | 85 my_cam_app->hal_lib.ptr = dlopen("libmmcamera_interface.so", RTLD_NOW); 86 my_cam_app->hal_lib.ptr_jpeg = dlopen("libmmjpeg_interface.so", RTLD_NOW);
|
/hardware/qcom/media/libc2dcolorconvert/ |
C2DColorConverter.cpp | 112 mC2DLibHandle = dlopen("libC2D2.so", RTLD_NOW); 114 ALOGE("FATAL ERROR: could not dlopen libc2d2.so: %s", dlerror());
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
OMX_Core.c | 241 pModules[i] = dlopen(buf, RTLD_LAZY | RTLD_GLOBAL); 243 ALOGE("dlopen %s failed because %s\n", buf, dlerror());
|
/external/llvm/projects/sample/autoconf/ |
configure.ac | [all...] |
/external/libffi/ |
configure | [all...] |
/external/chromium_org/media/ |
media.gyp | 11 # (DT_NEEDED) instead of using dlopen. This helps with automated 724 # Linux/Solaris need libdl for dlopen() and friends. [all...] |
/external/llvm/autoconf/m4/ |
libtool.m4 | 871 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 928 lt_cv_dlopen="dlopen" 934 AC_CHECK_LIB([dl], [dlopen], 935 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ 947 [AC_CHECK_FUNC([dlopen], 948 [lt_cv_dlopen="dlopen"], 949 [AC_CHECK_LIB([dl], [dlopen], 950 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], 951 [AC_CHECK_LIB([svld], [dlopen], 952 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"] [all...] |
/external/llvm/projects/sample/autoconf/m4/ |
libtool.m4 | 871 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); 928 lt_cv_dlopen="dlopen" 934 AC_CHECK_LIB([dl], [dlopen], 935 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ 947 [AC_CHECK_FUNC([dlopen], 948 [lt_cv_dlopen="dlopen"], 949 [AC_CHECK_LIB([dl], [dlopen], 950 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], 951 [AC_CHECK_LIB([svld], [dlopen], 952 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"] [all...] |
/bionic/linker/ |
linker.cpp | 825 DL_ERR("invalid flags to dlopen: %x", flags); [all...] |
/bionic/tests/ |
Android.mk | 159 # Build no-elf-hash-table-library.so to test dlopen(3) on a library that
|
/development/ndk/platforms/ |
README.CRT.TXT | 68 or during 'dlopen()' for shared libraries (either implicit or explicit).
|