HomeSort by relevance Sort by last modified time
    Searched full:dlopen (Results 126 - 150 of 842) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libdl.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libdl.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /development/ndk/tests/dlclose-destruction/jni/
main.c 9 void* lib = dlopen("libtest1.so", RTLD_NOW);
  /external/valgrind/main/cachegrind/tests/
dlclose.c 19 handle = dlopen ("./myprint.so", RTLD_LAZY);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libdl.a 4 ?. j???&jdlopendlclosedlsymdlvsymdlerrordladdrdladdr1dlinfodlmopendlopen.o/ 1207352325 0 0 100644 1052 `
7 ELF?4( U????E?D$?E ?D$?E?$???????Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlopen.comment.note.GNU-stack@!  %d+d0?? D*M,,]D?
8  ?-?!$__evoke_link_warning_dlopendlopen__dlopen dlclose.o/ 1207352325 0 0 100644 748 `
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libdl.a 4 ?. j???&jdlopendlclosedlsymdlvsymdlerrordladdrdladdr1dlinfodlmopendlopen.o/ 1207352326 0 0 100644 1052 `
7 ELF?4( U????E?D$?E ?D$?E?$???????Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlopen.comment.note.GNU-stack@!  %d+d0?? D*M,,]D?
8  ?-?!$__evoke_link_warning_dlopendlopen__dlopen dlclose.o/ 1207352326 0 0 100644 748 `
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libdl.a 4 ?. j???&jdlopendlclosedlsymdlvsymdlerrordladdrdladdr1dlinfodlmopendlopen.o/ 1207352325 0 0 100644 1052 `
7 ELF?4( U????E?D$?E ?D$?E?$???????Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlopen.comment.note.GNU-stack@!  %d+d0?? D*M,,]D?
8  ?-?!$__evoke_link_warning_dlopendlopen__dlopen dlclose.o/ 1207352325 0 0 100644 748 `
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libdl.a 4 ?. j???&jdlopendlclosedlsymdlvsymdlerrordladdrdladdr1dlinfodlmopendlopen.o/ 1207352326 0 0 100644 1052 `
7 ELF?4( U????E?D$?E ?D$?E?$???????Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingGCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.gnu.warning.dlopen.comment.note.GNU-stack@!  %d+d0?? D*M,,]D?
8  ?-?!$__evoke_link_warning_dlopendlopen__dlopen dlclose.o/ 1207352326 0 0 100644 748 `
  /external/chromium/base/
native_library_mac.mm 21 // dlopen() etc. open the file off disk.
24 void* dylib = dlopen(library_path.value().c_str(), RTLD_LAZY);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
asan-symbolize-sanity-test.cc 20 void *lib = dlopen(path.c_str(), RTLD_NOW);
22 printf("error in dlopen(): %s\n", dlerror());
shared-lib-test.cc 27 void *lib = dlopen(path.c_str(), RTLD_NOW);
29 printf("error in dlopen(): %s\n", dlerror());
  /external/qemu/android/config/
check-esd.c 45 esd_lib = dlopen( "libesd.so", RTLD_NOW );
47 esd_lib = dlopen( "libesd.so.0", RTLD_NOW );
check-pulseaudio.c 46 pa_lib = dlopen( "libpulse-simple.so", RTLD_NOW );
48 pa_lib = dlopen( "libpulse-simple.so.0", RTLD_NOW );
  /external/llvm/autoconf/m4/
ltdl.m4 102 AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
104 [# PORTME does your system automatically load deplibs for dlopen?
140 # at 6.2 and later dlopen does load deplibs.
150 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
156 # dlopen *does* load deplibs and with the right loader patch applied
181 [Define if the OS needs help to load dependent libraries for dlopen().])
253 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
282 [AC_CHECK_LIB([dl], [dlopen],
289 ]], [[dlopen(0, 0);]])],[AC_DEFINE([HAVE_LIBDL], [1],
290 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 160 default. Application that load shared libraries at runtime using ``dlopen()``
169 shared library, and how to use the ``dlopen()`` interface to load that library
172 use the ``dlopen()`` interface. The SDK example is nevertheless instructive, as
177 The SDK example, located in ``examples/tutorial/dlopen``, includes three C++
184 .nmf file and is therefore directly loadable with ``dlopen()``.
193 dlopen.cc
198 Run ``make`` in the dlopen directory to see the commands the Makefile executes
209 multiple versions of the example using the SDK toolchains. The dlopen example
223 ``dlopen()``) it is also convenient to list libraries in the manifest file.
227 allow ``dlopen()`` to access them
    [all...]
  /hardware/libhardware/
hardware.c 58 * return the dlopen handle and the hmi.
71 * dlopen returns. Since RTLD_GLOBAL is not or'd in with
74 handle = dlopen(path, RTLD_NOW);
136 * Here we rely on the fact that calling dlopen multiple times on
139 * We also assume that dlopen() is thread-safe.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libdl.a 4 ?B ??^?"'r,?dlopendlclosedlsymdlvsymdlerrordladdrdladdr1dlinfodlmopendlopen.o/ 1207350715 0 0 100644 1624 `
7 H?$?Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linkingzRx ? GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rela.text.data.bss.gnu.warning.dlopen.rela.eh_frame.comment.note.GNU-stack @ ( &L,L1`? J?0E@ T*]BBm?  ?-?  $__evoke_link_warning_dlopendlopen__dlopen
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 92 sGLESSO = dlopen("libGLESv1_CM.so", RTLD_NOW);
94 sGLESSO = dlopen("libGLES_CM.so", RTLD_NOW);
96 sGLESSO = dlopen("libGLES_CL.so", RTLD_NOW);
  /ndk/sources/cxx-stl/gabi++/src/
fatal_error.cc 44 // dlopen()/dlsym() to avoid adding an explicit dependency
51 // will be necessary, but the dlopen() will always return NULL.
65 void* liblog = dlopen("liblog.so", RTLD_NOW);
  /external/llvm/include/llvm-c/
LinkTimeOptimizer.h 51 /// linker to use dlopen() interface to dynamically load LinkTimeOptimizer.
52 /// extern "C" helps, because dlopen() interface uses name to find the symbol.
  /frameworks/native/services/surfaceflinger/
DdmConnection.cpp 48 void* libdvm_dso = dlopen("libdvm.so", RTLD_NOW);
51 void* libandroid_runtime_dso = dlopen("libandroid_runtime.so", RTLD_NOW);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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',

Completed in 1094 milliseconds

1 2 3 4 56 7 8 91011>>