HomeSort by relevance Sort by last modified time
    Searched full:libdl (Results 1 - 25 of 625) 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");
  /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
18 LOCAL_LDFLAGS := -Wl,--exclude-libs=libgcc.a -Wl,--version-script=$(LOCAL_PATH)/libdl.map
24 LOCAL_SRC_FILES:= libdl.c
28 LOCAL_MODULE := libdl
31 # NOTE: libdl needs __aeabi_unwind_cpp_pr0 from libgcc.a but libgcc.a needs a
42 # A dummy libdl.a. Need for static executables using the LLVM unwinder. Mos
    [all...]
  /hardware/qcom/media/libc2dcolorconvert/
Android.mk 11 LOCAL_SHARED_LIBRARIES := liblog libdl
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libdl.so 
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/
libdl.so 
  /device/moto/shamu/cryptfs_hw/
Android.mk 13 libdl
  /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/intel/common/utils/media_resource_manager/arbitrator/
Android.mk 11 libdl \
  /hardware/qcom/audio/voice_processing/
Android.mk 19 LOCAL_SHARED_LIBRARIES += libdl
  /hardware/qcom/media/mm-video-legacy/DivxDrmDecrypt/
Android.mk 18 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 16 # TODO: figure out why turning on exceptions requires manually linking libdl
17 LOCAL_SHARED_LIBRARIES := libdl libft2
  /frameworks/av/media/libeffects/lvm/wrapper/
Android.mk 22 libdl
51 libdl
  /frameworks/av/media/libeffects/testlibs/
Android.mk_ 14 libdl
43 libdl

Completed in 1798 milliseconds

1 2 3 4 5 6 7 8 91011>>