HomeSort by relevance Sort by last modified time
    Searched refs:dlerror (Results 1 - 25 of 292) 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);
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ifuncmain3.c 49 printf ("cannot load: %s\n", dlerror ());
56 printf ("symbol not found: %s\n", dlerror ());
65 printf ("symbol not found: %s\n", dlerror ());
72 printf ("symbol not found: %s\n", dlerror ());
87 printf ("symbol not found: %s\n", dlerror ());
94 printf ("symbol not found: %s\n", dlerror ());
107 printf ("symbol not found: %s\n", dlerror ());
114 printf ("symbol not found: %s\n", dlerror ());
128 printf ("cannot close: %s\n", dlerror ());
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
main3.c 15 dlerror());
21 fprintf(stderr, "ERROR: missing main.main: %s\n", dlerror());
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
main3.c 15 dlerror());
21 fprintf(stderr, "ERROR: missing main.main: %s\n", dlerror());
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
dl1main.c 16 printf("dlopen ./tmpdir/libdl1.so: %s\n", dlerror ());
23 printf("dlsym foo: %s\n", dlerror ());
dl6amain.c 16 printf("dlopen ./tmpdir/libdl6a.so: %s\n", dlerror ());
23 printf("dlsym foo: %s\n", dlerror ());
dl6bmain.c 16 printf("dlopen ./tmpdir/libdl6b.so: %s\n", dlerror ());
23 printf("dlsym foo: %s\n", dlerror ());
dl6cmain.c 16 printf("dlopen ./tmpdir/libdl6c.so: %s\n", dlerror ());
23 printf("dlsym foo: %s\n", dlerror ());
dl6dmain.c 16 printf("dlopen ./tmpdir/libdl6d.so: %s\n", dlerror ());
23 printf("dlsym foo: %s\n", dlerror ());
  /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());
  /bionic/tests/
dlfcn_test.cpp 53 dlerror(); // Clear any pending errors.
56 ASSERT_TRUE(dlerror() == nullptr);
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...]
dlext_test.cpp 40 ASSERT_TRUE(ptr != nullptr) << "dlerror: " << dlerror()
43 ASSERT_EQ(0, i) << "dlerror: " << dlerror()
77 // call dlerror() to swallow the error, and check it was the one we wanted
78 ASSERT_STREQ("dlopen failed: library \"" LIBNAME_NORELRO "\" wasn't loaded and RTLD_NOLOAD prevented it", dlerror());
166 ASSERT_STREQ("dlopen failed: file offset for the library \"libname_placeholder\" is not page-aligned: 17", dlerror());
172 ASSERT_SUBSTR("dlopen failed: file offset for the library \"libname_placeholder\" >= file size", dlerror());
177 ASSERT_SUBSTR("dlopen failed: file offset for the library \"libname_placeholder\" is negative", dlerror());
182 ASSERT_EQ("dlopen failed: \"" + lib_realpath + "\" has bad ELF magic", dlerror());
    [all...]
  /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());
  /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 4 // dlfcn/dlerror.c:107 (glibc).
15 char *s = 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) {
  /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());
  /art/runtime/
code_simulator_container.cc 32 VLOG(simulator) << "Could not load " << libart_simulator_so_name << ": " << dlerror();
39 << dlerror();
  /bionic/libdl/
libdl.map.txt 24 dlerror;
  /external/compiler-rt/test/tsan/
dlclose.cc 39 printf("error in dlopen: %s\n", dlerror());
44 printf("error in dlsym: %s\n", dlerror());
  /external/libchrome/base/
native_library_posix.cc 32 error->message = dlerror();
41 DLOG(ERROR) << "dlclose failed: " << dlerror();

Completed in 542 milliseconds

1 2 3 4 5 6 7 8 91011>>