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

/bionic/linker/
H A Ddlfcn.cpp42 static void __bionic_format_dlerror(const char* msg, const char* detail) { function
72 __bionic_format_dlerror("dlopen failed", linker_get_error_buffer());
91 __bionic_format_dlerror("dlsym library handle is null", NULL);
97 __bionic_format_dlerror("dlsym symbol name is null", NULL);
124 __bionic_format_dlerror("symbol found but not global", symbol);
127 __bionic_format_dlerror("undefined symbol", symbol);

Completed in 194 milliseconds