Searched refs:candidate (Results 1 – 1 of 1) sorted by relevance
119 soinfo_list_.remove_if([&](soinfo* candidate) { in remove_soinfo() argument120 return si == candidate; in remove_soinfo()1861 const char* name, soinfo** candidate) { in find_loaded_library_by_soname() argument1862 *candidate = nullptr; in find_loaded_library_by_soname()1883 *candidate = si; in find_loaded_library_by_soname()1885 } else if (*candidate == nullptr) { in find_loaded_library_by_soname()1888 *candidate = si; in find_loaded_library_by_soname()1901 soinfo* candidate; in find_library_internal() local1903 if (find_loaded_library_by_soname(ns, task->get_name(), &candidate)) { in find_library_internal()1904 task->set_soinfo(candidate); in find_library_internal()[all …]