Searched refs:dlerror (Results 1 - 12 of 12) sorted by relevance

/bionic/tests/libs/
H A Ddlsym_from_this_functions.cpp24 dlerror();
34 dlerror();
44 dlerror();
/bionic/tests/
H A Ddlfcn_test.cpp77 dlerror(); // Clear any pending errors.
80 ASSERT_TRUE(dlerror() == nullptr);
96 ASSERT_TRUE(handle != nullptr) << dlerror();
101 ASSERT_SUBSTR("undefined symbol: test_dlsym_symbol", dlerror());
106 ASSERT_TRUE(lookup_dlsym_symbol_using_RTLD_DEFAULT != nullptr) << dlerror();
109 ASSERT_TRUE(ptr != nullptr) << dlerror();
114 ASSERT_TRUE(lookup_dlsym_symbol2_using_RTLD_DEFAULT != nullptr) << dlerror();
117 ASSERT_TRUE(ptr != nullptr) << dlerror();
122 ASSERT_TRUE(lookup_dlsym_symbol_using_RTLD_NEXT != nullptr) << dlerror();
125 ASSERT_TRUE(ptr != nullptr) << dlerror();
[all...]
H A Ddlext_test.cpp47 ASSERT_TRUE((ptr) != nullptr) << "dlerror: " << dlerror()
50 ASSERT_EQ(0, i) << "dlerror: " << dlerror()
74 // call dlerror() to swallow the error, and check it was the one we wanted
75 ASSERT_EQ(std::string("dlopen failed: library \"") + kLibNameNoRelro + "\" wasn't loaded and RTLD_NOLOAD prevented it", dlerror());
159 ASSERT_STREQ("dlopen failed: file offset for the library \"libname_placeholder\" is not page-aligned: 17", dlerror());
165 ASSERT_SUBSTR("dlopen failed: file offset for the library \"libname_placeholder\" >= file size", dlerror());
170 ASSERT_SUBSTR("dlopen failed: file offset for the library \"libname_placeholder\" is negative", dlerror());
175 ASSERT_EQ("dlopen failed: \"" + lib_path + "\" has bad ELF magic", dlerror());
[all...]
H A Dcfi_test.cpp37 ASSERT_TRUE(handle != nullptr) << dlerror();
90 ASSERT_TRUE(handle2 != nullptr) << dlerror();
112 ASSERT_FALSE(handle != nullptr) << dlerror();
115 ASSERT_FALSE(handle != nullptr) << dlerror();
H A Dpthread_dlfcn_test.cpp49 ASSERT_TRUE(handle != nullptr) << dlerror();
52 ASSERT_TRUE(fn != nullptr) << dlerror();
94 ASSERT_TRUE(g_atfork_test_handle != nullptr) << dlerror();
97 ASSERT_TRUE(fn != nullptr) << dlerror();
H A Ddlfcn_symlink_support.cpp60 ASSERT_TRUE(handle != nullptr) << dlerror();
/bionic/libdl/
H A Dlibdl.map.txt24 dlerror;
H A Dlibdl.c106 char* dlerror() { function
/bionic/libc/include/
H A Ddlfcn.h55 char* dlerror(void);
/bionic/tools/versioner/current/
H A Ddlfcn.h55 char* dlerror(void);
/bionic/libc/bionic/
H A Dicu.cpp79 __libc_format_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't open libicuuc.so: %s", dlerror());
H A Dmalloc_common.cpp345 getprogname(), DEBUG_SHARED_LIB, dlerror());

Completed in 153 milliseconds