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

1 2 3 4 5 6 7 8 91011

  /bionic/tests/libs/
dlsym_from_this_functions.cpp 24 dlerror();
34 dlerror();
44 dlerror();
  /external/fio/os/windows/posix/include/
dlfcn.h 9 char *dlerror(void);
  /external/libxml2/os400/dlfcn/
dlfcn.h 2 *** dlopen(), dlclose() dlsym(), dlerror() emulation for OS/400.
29 extern const char * dlerror(void);
  /external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-main.c 14 dlerror();
18 dlerror());
24 fprintf(stderr, "unable to lookup symbol 'func': %s\n", dlerror());
31 dlerror());
37 fprintf(stderr, "unable to lookup symbol 'func2': %s\n", dlerror());
  /external/smali/deodexerant/
deodexerant.c 51 printf("Failed to load libdvm: %s\n", dlerror());
59 dlerror();
64 printf("Failed to load dvmGetInlineOpsTable: %s\n", dlerror());
73 dlerror();
78 printf("Failed to load dvmGetInlineOpsTableLength: %s\n", dlerror());
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
drm_vendor_api.c 38 ALOGE("%s: couldn't dlopen %s : %s", __func__, LIB_DRM_VENDOR, dlerror());
45 __func__, LIB_DRM_VENDOR, dlerror());
51 __func__, LIB_DRM_VENDOR, dlerror());
57 __func__, LIB_DRM_VENDOR, dlerror());
64 __func__, LIB_DRM_VENDOR, dlerror());
71 __func__, LIB_DRM_VENDOR, dlerror());
90 ALOGE("%s: couldn't dlcose %s : %s", __func__, LIB_DRM_VENDOR, dlerror());
  /bionic/tests/
dlfcn_test.cpp 53 dlerror(); // Clear any pending errors.
56 ASSERT_TRUE(dlerror() == NULL);
72 ASSERT_TRUE(handle != nullptr) << dlerror();
77 ASSERT_SUBSTR("undefined symbol: test_dlsym_symbol", dlerror());
82 ASSERT_TRUE(lookup_dlsym_symbol_using_RTLD_DEFAULT != nullptr) << dlerror();
85 ASSERT_TRUE(ptr != nullptr) << dlerror();
90 ASSERT_TRUE(lookup_dlsym_symbol2_using_RTLD_DEFAULT != nullptr) << dlerror();
93 ASSERT_TRUE(ptr != nullptr) << dlerror();
98 ASSERT_TRUE(lookup_dlsym_symbol_using_RTLD_NEXT != nullptr) << dlerror();
101 ASSERT_TRUE(ptr != nullptr) << dlerror();
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
function-sections-are-bad.cc 20 if (!handle) fprintf(stderr, "%s\n", dlerror());
25 printf("%s\n", dlerror());
26 assert(dlerror() == 0);
  /external/compiler-rt/test/msan/
dlerror.cc 11 char *s = dlerror();
  /bionic/libdl/
libdl.map 26 dlerror;
  /external/ltrace/testsuite/ltrace.minor/
libdl-simple.c 12 fputs (dlerror(), stderr);
17 if ((error = dlerror()) != NULL) {
  /external/valgrind/cachegrind/tests/
dlclose.c 21 fputs (dlerror(), stderr);
26 if ((error = dlerror()) != NULL) {
  /external/lldb/test/functionalities/load_unload/
main.c 29 fprintf (stderr, "%s\n", dlerror());
36 fprintf (stderr, "%s\n", dlerror());
45 fprintf (stderr, "%s\n", dlerror());
51 fprintf (stderr, "%s\n", dlerror());
58 fprintf (stderr, "%s\n", dlerror());
65 fprintf (stderr, "%s\n", dlerror());
  /hardware/qcom/gps/msm8084/core/
ContextBase.cpp 47 dlerror();
51 dlerror();
57 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
61 LOC_LOGD("%s:%d]: lib is NULL. Reason: %s", __func__, __LINE__, dlerror());
81 dlerror();
88 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
  /hardware/qcom/gps/msm8974/core/
ContextBase.cpp 47 dlerror();
51 dlerror();
57 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
61 LOC_LOGD("%s:%d]: lib is NULL. Reason: %s", __func__, __LINE__, dlerror());
81 dlerror();
88 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
  /external/compiler-rt/test/tsan/
dlclose.cc 41 printf("error in dlopen: %s\n", dlerror());
46 printf("error in dlsym: %s\n", dlerror());
  /development/ndk/platforms/android-3/include/
dlfcn.h 37 extern const char* dlerror(void);
  /external/iproute2/include/
dlfcn.h 29 static inline char *dlerror(void) function
  /ndk/tests/device/whole-static-libs/jni/
main.c 17 fprintf(stderr, "Could not dlopen(\"libbar.so\"): %s\n", dlerror());
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
dlfcn.h 37 extern const char* dlerror(void);

Completed in 1073 milliseconds

1 2 3 4 5 6 7 8 91011