HomeSort by relevance Sort by last modified time
    Searched refs:dlopen (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/qemu/
dynlink-static.c 22 /* dummy dlopen()/dlclose()/dlsym() implementations to be used in static builds */
25 void* dlopen(void) function
  /development/ndk/platforms/android-3/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Library.c 38 return dlopen(filename, flag);
  /external/iproute2/include/
dlfcn.h 13 static inline void *dlopen(const char *file, int flag) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
dlfcn.h 35 extern void* dlopen(const char* filename, int flag);
  /system/extras/tests/bionic/libc/common/
test_dlopen_null.c 14 void* lib = dlopen(NULL, RTLD_NOW | RTLD_GLOBAL);
27 fprintf(stderr, "Could not open self-executable with dlopen(NULL) !!: %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 );
  /bionic/libc/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /bionic/libdl/
libdl.c 21 void *dlopen(const char *filename, int flag) { return 0; } function
  /development/ndk/platforms/android-8/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
dlfcn.h 46 extern void* dlopen(const char* filename, int flag);
  /development/ndk/tests/dlclose-destruction/jni/
main.c 9 void* lib = dlopen("libtest1.so", RTLD_NOW);
  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 40 void* lib = dlopen("libdlclosetest1.so", RTLD_NOW);
59 fprintf(stderr, "Static C++ constructor was not run on dlopen() !\n");
  /external/bluetooth/glib/gmodule/
gmodule-dl.c 56 * RTLD_NOW - resolve all undefined symbols before dlopen returns, and fail
99 handle = dlopen (file_name,
116 handle = dlopen (NULL, RTLD_GLOBAL | RTLD_LAZY);
127 /* are there any systems out there that have dlopen()/dlclose()
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()
  /hardware/msm7k/libcamera/
Android.mk 4 # When zero we link against libqcamera; when 1, we dlopen libqcamera.
  /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);
  /external/chromium/base/
native_library_linux.cc 17 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
24 LOG(ERROR) << "dlopen failed when trying to open " << library_path.value()
  /external/qemu/distrib/sdl-1.2.12/src/loadso/dlopen/
SDL_sysloadso.c 36 void *handle = dlopen(sofile, RTLD_NOW);
  /device/samsung/crespo/libcamera/
Android.mk 3 # When zero we link against libqcamera; when 1, we dlopen libqcamera.
  /external/iproute2/genl/
genl.c 68 dlh = dlopen(buf, RTLD_LAZY);
72 dlh = BODY = dlopen(NULL, RTLD_LAZY);

Completed in 556 milliseconds

1 2 3 4 5 6