Home
last modified time | relevance | path

Searched refs:__bionic_format_dlerror (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Ddlfcn.cpp55 static void __bionic_format_dlerror(const char* msg, const char* detail) { in __bionic_format_dlerror() function
89 __bionic_format_dlerror("dlopen failed", linker_get_error_buffer()); in dlopen_ext()
111 __bionic_format_dlerror(linker_get_error_buffer(), nullptr); in dlsym_impl()
135 __bionic_format_dlerror("dlclose failed", linker_get_error_buffer()); in __dlclose()
173 __bionic_format_dlerror("android_init_anonymous_namespace failed", linker_get_error_buffer()); in __android_init_anonymous_namespace()
197 __bionic_format_dlerror("android_create_namespace failed", linker_get_error_buffer()); in __android_create_namespace()
211 __bionic_format_dlerror("android_link_namespaces failed", linker_get_error_buffer()); in __android_link_namespaces()