/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/ |
libstdc++.la | 7 # The name that we can dlopen(3). 36 # Files to dlopen/dlpreopen 37 dlopen=''
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/ |
libstdc++.la | 7 # The name that we can dlopen(3). 36 # Files to dlopen/dlpreopen 37 dlopen=''
|
/bionic/tests/ |
dlfcn_test.cpp | 37 void* self = dlopen(NULL, RTLD_NOW); 54 void* self = dlopen("/does/not/exist", RTLD_NOW); 57 ASSERT_STREQ("dlopen failed: library \"/does/not/exist\" not found", dlerror()); 64 dlopen("/child/thread", RTLD_NOW); 69 dlopen("/main/thread", RTLD_NOW); 86 void* self = dlopen(NULL, RTLD_NOW); 119 void* self = dlopen(NULL, RTLD_NOW); 198 void* handle = dlopen("no-elf-hash-table-library.so", RTLD_NOW); 200 ASSERT_STREQ("dlopen failed: empty/missing DT_HASH in \"no-elf-hash-table-library.so\" (built with --hash-style=gnu?)", dlerror()); 211 handle = dlopen(NULL, 0) [all...] |
/external/chromium_org/content/common/sandbox_linux/ |
bpf_cros_arm_gpu_policy_linux.cc | 212 dlopen("/usr/lib/libmali.so", dlopen_flag); 215 dlopen("/usr/lib/libnvrm.so", dlopen_flag); 216 dlopen("/usr/lib/libnvrm_graphics.so", dlopen_flag); 217 dlopen("/usr/lib/libnvos.so", dlopen_flag); 218 dlopen("/usr/lib/libnvddk_2d.so", dlopen_flag); 219 dlopen("/usr/lib/libardrv_dynamic.so", dlopen_flag); 220 dlopen("/usr/lib/libnvwsi.so", dlopen_flag); 221 dlopen("/usr/lib/libnvglsi.so", dlopen_flag); 222 dlopen("/usr/lib/libcgdrv.so", dlopen_flag);
|
/external/iproute2/include/ |
dlfcn.h | 13 static inline void *dlopen(const char *file, int flag) function
|
/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/chromium/base/ |
native_library_linux.cc | 19 // dlopen() opens the file off disk. 26 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
|
/external/chromium_org/base/ |
native_library_posix.cc | 19 // dlopen() opens the file off disk. 26 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY);
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
init-order-dlopen.cc | 4 // RUN: %clangxx_asan -O0 %p/SharedLibs/init-order-dlopen-so.cc \ 44 if (0 == dlopen(path.c_str(), RTLD_NOW)) {
|
/external/compiler-rt/lib/tsan/lit_tests/ |
load_shared_lib.cc | 34 void *lib = dlopen(path.c_str(), RTLD_NOW); 36 printf("error in dlopen(): %s\n", dlerror());
|
/external/qemu/ |
dynlink-static.c | 22 /* dummy dlopen()/dlclose()/dlsym() implementations to be used in static builds */ 25 void* dlopen(void) function
|
/libnativehelper/ |
JniInvocation.cpp | 67 handle_ = dlopen(library, RTLD_NOW); 71 ALOGE("Failed to dlopen %s: %s", library, dlerror()); 79 ALOGW("Falling back from %s to %s after dlopen error: %s", 82 handle_ = dlopen(library, RTLD_NOW); 84 ALOGE("Failed to dlopen %s: %s", library, dlerror());
|
/external/chromium/sdch/open-vcdiff/src/solaris/ |
libstdc++.la | 23 # The name that we can dlopen(3). 46 # Files to dlopen/dlpreopen 47 dlopen=''
|
/external/chromium_org/chrome/browser/ui/gtk/ |
unity_service.cc | 65 void* unity_lib = dlopen("libunity.so.4", RTLD_LAZY); 67 unity_lib = dlopen("libunity.so.6", RTLD_LAZY); 69 unity_lib = dlopen("libunity.so.9", RTLD_LAZY);
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
unity_service.cc | 67 void* unity_lib = dlopen("libunity.so.4", RTLD_LAZY); 69 unity_lib = dlopen("libunity.so.6", RTLD_LAZY); 71 unity_lib = dlopen("libunity.so.9", RTLD_LAZY);
|
/external/chromium_org/sdch/open-vcdiff/src/solaris/ |
libstdc++.la | 23 # The name that we can dlopen(3). 46 # Files to dlopen/dlpreopen 47 dlopen=''
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
dlopen.h | 29 * Wrapper functions for dlopen(), dlsym(), dlclose(). 43 * Wrapper for dlopen(). 53 return dlopen(libname, flags);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/solaris/ |
libstdc++.la | 23 # The name that we can dlopen(3). 46 # Files to dlopen/dlpreopen 47 dlopen=''
|
/external/chromium_org/third_party/tcmalloc/vendor/src/solaris/ |
libstdc++.la | 23 # The name that we can dlopen(3). 46 # Files to dlopen/dlpreopen 47 dlopen=''
|
/external/mesa3d/src/mesa/main/ |
dlopen.h | 29 * Wrapper functions for dlopen(), dlsym(), dlclose(). 43 * Wrapper for dlopen(). 53 return dlopen(libname, flags);
|
/external/open-vcdiff/src/solaris/ |
libstdc++.la | 23 # The name that we can dlopen(3). 46 # Files to dlopen/dlpreopen 47 dlopen=''
|
/external/protobuf/src/solaris/ |
libstdc++.la | 23 # The name that we can dlopen(3). 46 # Files to dlopen/dlpreopen 47 dlopen=''
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libdl.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libdl.so | |