Home | History | Annotate | Download | only in linker

Lines Matching defs:nullptr

101   if (new_value != nullptr) LD_LOG(kLogErrors, "dlerror set to \"%s\"", new_value);
108 if (detail != nullptr) {
117 char* old_value = __bionic_set_dlerror(nullptr);
138 if (result == nullptr) {
140 return nullptr;
153 return dlopen_ext(filename, flags, nullptr, caller_addr);
161 __bionic_format_dlerror(linker_get_error_buffer(), nullptr);
162 return nullptr;
169 return dlsym_impl(handle, symbol, nullptr, caller_addr);
250 if (result == nullptr) {
303 static soinfo* __libdl_info = nullptr;
311 if (__libdl_info == nullptr) {
312 __libdl_info = new (__libdl_info_buf) soinfo(&g_default_namespace, linker_path, nullptr, 0, 0);