HomeSort by relevance Sort by last modified time
    Searched refs:dlopen (Results 51 - 75 of 209) sorted by null

1 23 4 5 6 7 8 9

  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 41 void* lib = dlopen(libname, RTLD_NOW);
60 fprintf(stderr, "Constructor was not run on dlopen(\"%s\") !\n", libname);
  /external/bluetooth/glib/gmodule/
gmodule-ar.c 122 handle = dlopen (full_name,
138 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY);
149 /* are there any systems out there that have dlopen()/dlclose()
gmodule-os2.c 52 * RTLD_NOW - resolve all undefined symbols before dlopen returns, and fail
77 handle = dlopen (file_name,
105 /* are there any systems out there that have dlopen()/dlclose()
  /external/iproute2/genl/
genl.c 68 dlh = dlopen(buf, RTLD_LAZY);
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);
  /external/webkit/Source/WebCore/platform/mac/
SoftLinking.h 35 static void* dylib = dlopen("/usr/lib/" #lib ".dylib", RTLD_NOW); \
43 static void* frameworkLibrary = dlopen("/System/Library/Frameworks/" #framework ".framework/" #framework, RTLD_NOW); \
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 53 DllHandle handle = dlopen(dll_name, RTLD_NOW);
  /external/e2fsprogs/lib/ss/
get_readline.c 69 if ((handle = dlopen(cp, RTLD_NOW))) {
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
dlfcn.h 58 extern void *dlopen (__const char *__file, int __mode) __THROW;
60 /* Unmap and close a shared object opened by `dlopen'.
70 /* Like `dlopen', but request object to be allocated in a new namespace. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
dlfcn.h 58 extern void *dlopen (__const char *__file, int __mode) __THROW;
60 /* Unmap and close a shared object opened by `dlopen'.
70 /* Like `dlopen', but request object to be allocated in a new namespace. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
dlfcn.h 58 extern void *dlopen (__const char *__file, int __mode) __THROW;
60 /* Unmap and close a shared object opened by `dlopen'.
70 /* Like `dlopen', but request object to be allocated in a new namespace. */
  /bionic/linker/
dlfcn.c 54 void *dlopen(const char *filename, int flag) function
171 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_unwind_find_exidx\0"
177 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
191 st_value: (Elf32_Addr) &dlopen,
  /external/qemu/android/config/
check-alsa.c 77 alsa_lib = dlopen( "libasound.so", RTLD_NOW );
79 alsa_lib = dlopen( "libasound.so.2", RTLD_NOW );
  /bionic/libdl/
dltest.c 128 handle = libname ? dlopen(libname, RTLD_NOW) : RTLD_DEFAULT;
130 if (dlerr != NULL) fprintf(stderr, "dlopen() error: %s\n", dlerr);
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 39 // Make sure ipHandle is valid. If ipHandle is NULL, the dlopen
70 ALOGD("Calling DLOPEN on OMX_CORE_LIBRARY (%s)\n", OMX_CORE_LIBRARY);
71 ipHandle = dlopen(OMX_CORE_LIBRARY, RTLD_NOW);
104 ALOGD("DLOPEN SUCCEEDED (%s)\n", OMX_CORE_LIBRARY);
  /external/llvm/autoconf/m4/
ltdl.m4 109 AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
111 [# PORTME does your system automatically load deplibs for dlopen?
147 # at 6.2 and later dlopen does load deplibs.
157 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
163 # dlopen *does* load deplibs and with the right loader patch applied
188 [Define if the OS needs help to load dependent libraries for dlopen().])
274 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
303 [AC_CHECK_LIB([dl], [dlopen],
310 ]], [[dlopen(0, 0);]])],[AC_DEFINE([HAVE_LIBDL], [1],
311 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
    [all...]
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 109 AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
111 [# PORTME does your system automatically load deplibs for dlopen?
147 # at 6.2 and later dlopen does load deplibs.
157 # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
163 # dlopen *does* load deplibs and with the right loader patch applied
188 [Define if the OS needs help to load dependent libraries for dlopen().])
274 AC_CACHE_CHECK([whether libtool supports -dlopen/-dlpreopen],
303 [AC_CHECK_LIB([dl], [dlopen],
310 ]], [[dlopen(0, 0);]])],[AC_DEFINE([HAVE_LIBDL], [1],
311 [Define if you have the libdl library or equivalent.]) libltdl_cv_func_dlopen="yes"],[AC_CHECK_LIB([svld], [dlopen],
    [all...]
  /device/samsung/crespo/libstagefrighthw/
SEC_OMX_Plugin.cpp 30 : mLibHandle(dlopen("libSEC_OMX_Core.so", RTLD_NOW)),
  /device/samsung/tuna/audio/
ril_interface.c 93 ril->handle = dlopen(RIL_CLIENT_LIBPATH, RTLD_NOW);
  /external/libffi/
ltconfig 322 --enable-dlopen enable dlopen support
361 --enable-dlopen) enable_dlopen=yes ;;
1672 dlopen() function
1719 dlopen(); function
1758 dlopen() function
    [all...]
  /external/llvm/lib/Support/
DynamicLibrary.cpp 77 void *handle = dlopen(filename, RTLD_LAZY|RTLD_GLOBAL);
85 // with the handle of dlopen(NULL, RTLD_GLOBAL).
114 if (errMsg) *errMsg = "dlopen() not supported on this platform";
  /external/openfst/src/include/fst/
generic-register.h 77 void *handle = dlopen(so_filename.c_str(), RTLD_LAZY);
  /external/qemu/android/utils/
dll.c 148 result = dlopen( libName, RTLD_LAZY );
  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 59 mLibHandle = dlopen("libdrmdecrypt.so", 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());

Completed in 2350 milliseconds

1 23 4 5 6 7 8 9