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

/bionic/tests/
H A Ddlfcn_test.cpp50 dlerror(); // Clear any pending errors.
53 ASSERT_TRUE(dlerror() == NULL);
70 dlerror();
127 ASSERT_TRUE(handle != nullptr) << dlerror();
129 ASSERT_TRUE(is_ctor_called != nullptr) << dlerror();
133 ASSERT_TRUE(is_ctor_called != nullptr) << dlerror();
157 ASSERT_TRUE(handle != nullptr) << dlerror();
161 ASSERT_TRUE(fn != nullptr) << dlerror();
196 ASSERT_TRUE(fn != NULL) << dlerror();
198 ASSERT_TRUE(fn2 != NULL) << dlerror();
[all...]
H A Ddlext_test.cpp34 ASSERT_TRUE(ptr != nullptr) << "dlerror: " << dlerror()
37 ASSERT_EQ(0, i) << "dlerror: " << dlerror()
68 // call dlerror() to swallow the error, and check it was the one we wanted
69 ASSERT_STREQ("dlopen failed: library \"" LIBNAME_NORELRO "\" wasn't loaded and RTLD_NOLOAD prevented it", dlerror());
150 ASSERT_STREQ("dlopen failed: file offset for the library \"libname_placeholder\" is not page-aligned: 17", dlerror());
157 ASSERT_STREQ("dlopen failed: \"libname_placeholder\" has bad ELF magic", dlerror());
169 ASSERT_STREQ("dlopen failed: invalid extended flag combination (ANDROID_DLEXT_USE_LIBRARY_FD_OFFSET without ANDROID_DLEXT_USE_LIBRARY_FD): 0x20", dlerror());
272 fprintf(stderr, "in child: %s\n", dlerror());
[all...]
/bionic/libc/include/
H A Ddlfcn.h48 extern const char* dlerror(void);
/bionic/libdl/
H A Dlibdl.c26 const char* dlerror(void) { return 0; } function
/bionic/linker/
H A Ddlfcn.cpp53 const char* dlerror() { function
187 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0dl_unwind_find_exidx\0"
192 "dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0android_update_LD_LIBRARY_PATH\0android_get_LD_LIBRARY_PATH\0dl_iterate_phdr\0android_dlopen_ext\0"
206 ELFW(SYM_INITIALIZER)( 21, &dlerror, 1),
/bionic/libc/bionic/
H A Dmalloc_debug_common.cpp408 getprogname(), so_name, g_malloc_debug_level, dlerror());

Completed in 174 milliseconds