/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
dlfcn.h | 24 /* The MODE argument to `dlopen' contains one of the following: */ 31 /* If the following bit is set in the MODE argument to `dlopen',
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
dlfcn.h | 24 /* The MODE argument to `dlopen' contains one of the following: */ 31 /* If the following bit is set in the MODE argument to `dlopen',
|
/bionic/libdl/ |
libdl.c | 21 void *dlopen(const char *filename, int flag) { return 0; } function
|
dltest.c | 128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT; 130 if (dlerr != NULL) fprintf(stderr, "dlopen() error: %s\n", dlerr);
|
/device/generic/goldfish/opengl/shared/OpenglOsUtils/ |
osDynLibrary.cpp | 35 lib->m_lib = dlopen(p_libName, RTLD_NOW);
|
/external/chromium_org/content/common/sandbox_linux/ |
bpf_gpu_policy_linux.cc | 196 // Accelerated video decode dlopen()'s some shared objects 207 dlopen(I965DrvVideoPath, RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE); 208 dlopen("libva.so.1", RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE); 209 dlopen("libva-x11.so.1", RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE);
|
/external/chromium_org/media/video/capture/mac/ |
coremedia_glue.mm | 29 void* library_handle = dlopen(path, RTLD_LAZY | RTLD_LOCAL);
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/ |
nacl.scons | 14 'libmemusage.so', # Will dlopen this library.
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
use_tls_dynamic.cc | 18 void *handle = dlopen(path.c_str(), RTLD_LAZY);
|
/external/linux-tools-perf/util/ |
usage.c | 37 /* If we are in a dlopen()ed .so write to a global variable would segfault
|
/frameworks/av/libvideoeditor/lvpp/ |
I420ColorConverter.cpp | 23 mHandle = dlopen("libI420colorconvert.so", RTLD_NOW);
|
/frameworks/av/media/libmediaplayerservice/ |
SharedLibrary.cpp | 29 mLibHandle = dlopen(path.string(), RTLD_NOW);
|
TestPlayerStub.cpp | 23 #include <dlfcn.h> // for dlopen/dlclose 132 // Load the test player from the url. dlopen will fail if the lib 135 mHandle = ::dlopen(mFilename, RTLD_NOW | RTLD_GLOBAL); 137 ALOGE("dlopen failed: %s", ::dlerror());
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Library.c | 38 return dlopen(filename, flag);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libdl-2.7.so | |
libdl.so | |
libdl.so.2 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libdl-2.7.so | |
libdl.so | |
libdl.so.2 | |
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
osDynLibrary.cpp | 35 lib->m_lib = dlopen(p_libName, RTLD_NOW);
|
/external/llvm/projects/sample/autoconf/m4/ |
ltdl.m4 | 108 AC_CACHE_CHECK([whether deplibs are loaded by dlopen], 110 [# PORTME does your system automatically load deplibs for dlopen? 146 # at 6.2 and later dlopen does load deplibs. 156 # dlopen did load deplibs (at least at 4.x), but until the 5.x series, 162 # dlopen *does* load deplibs and with the right loader patch applied 187 [Define if the OS needs help to load dependent libraries for dlopen().]) 259 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen], 288 [AC_CHECK_LIB([dl], [dlopen], 295 ]], [[dlopen(0, 0);]])],[AC_DEFINE([HAVE_LIBDL], [1], 296 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen], [all...] |
/bionic/linker/ |
dlfcn.cpp | 63 void* dlopen(const char* filename, int flags) { function 67 __bionic_format_dlerror("dlopen failed", linker_get_error_buffer()); 152 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0dl_unwind_find_exidx\0" 158 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0dl_iterate_phdr\0" 178 ELF32_SYM_INITIALIZER( 0, &dlopen, 1),
|
/external/iproute2/tc/ |
tc.c | 43 static void *BODY = NULL; /* cached handle dlopen(NULL) */ 124 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);
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
ltdl.m4 | 440 AC_CACHE_CHECK([whether deplibs are loaded by dlopen], 442 [# PORTME does your system automatically load deplibs for dlopen? 488 # at 6.2 and later dlopen does load deplibs. 498 # dlopen did load deplibs (at least at 4.x), but until the 5.x series, 504 # dlopen *does* load deplibs and with the right loader patch applied 532 [Define if the OS needs help to load dependent libraries for dlopen().]) 616 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen], 641 AC_SEARCH_LIBS([dlopen], [dl], 648 LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}dlopen.la"], 652 ]], [[dlopen(0, 0);]])] [all...] |