HomeSort by relevance Sort by last modified time
    Searched full:libdl (Results 1 - 25 of 2762) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/android/support/tests/
libdl_unittest.cc 14 TEST(libdl, my_dladdr) {
15 void *h, *libdl = dlopen("libc.so", RTLD_NOW); local
16 EXPECT_NE(0, libdl);
17 h = dlsym(libdl, "printf");
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libdl.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libdl.so 
  /bionic/libdl/
Android.mk 4 # libdl
9 # NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from
10 # libgcc.a are made static to libdl.so. This in turn ensures that libraries that
11 # a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so
24 LOCAL_SRC_FILES:= libdl.c
27 LOCAL_MODULE := libdl
30 # NOTE: libdl needs __aeabi_unwind_cpp_pr0 from libgcc.a but libgcc.a needs a
  /external/svox/pico/compat/jni/
Android.mk 20 libdl
  /frameworks/av/media/libeffects/factory/
Android.mk 14 LOCAL_SHARED_LIBRARIES += libdl
  /frameworks/av/media/libeffects/visualizer/
Android.mk 14 libdl
  /hardware/qcom/media/libc2dcolorconvert/
Android.mk 13 LOCAL_SHARED_LIBRARIES := liblog libdl
  /hardware/qcom/media/mm-video-legacy/DivxDrmDecrypt/
Android.mk 19 LOCAL_SHARED_LIBRARIES := liblog libdl
  /hardware/qcom/power/
Android.mk 10 LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
  /hardware/ti/omap3/libstagefrighthw/
Android.mk 19 libdl \
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/
Android.mk 16 libdl \
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
Android.mk 19 libdl \
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Android.mk 15 libdl \
  /hardware/ti/omap4-aah/domx/omx_core/
Android.mk 14 libdl \
  /hardware/ti/omap4-aah/libstagefrighthw/
Android.mk 19 libdl \
  /hardware/ti/omap4xxx/domx/omx_core/
Android.mk 14 libdl \
  /hardware/ti/omap4xxx/libstagefrighthw/
Android.mk 19 libdl \
  /ndk/sources/android/support/src/
libdl_support.c 50 void *libdl = dlopen("libdl.so", RTLD_NOW); local
53 if (libdl) {
57 p_dladdr = (dladdr_func_t)dlsym(libdl, "dladdr");
70 void *libdl = dlopen("libc.so", RTLD_NOW); local
71 void *h = dlsym(libdl, "printf");
  /external/pdfium/fpdfsdk/
Android.mk 17 # TODO: figure out why turning on exceptions requires manually linking libdl
18 LOCAL_SHARED_LIBRARIES := libdl
  /frameworks/av/media/libeffects/lvm/wrapper/
Android.mk 22 libdl
51 libdl
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libdl.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib32/
libdl.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libdl.so 
  /development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libdl.so 

Completed in 1006 milliseconds

1 2 3 4 5 6 7 8 91011>>