Searched refs:find_loaded_library_by_soname (Results 1 – 1 of 1) sorted by relevance
/bionic/linker/ |
D | linker.cpp | 1338 static bool find_loaded_library_by_soname(android_namespace_t* ns, in find_loaded_library_by_soname() function 1353 static bool find_loaded_library_by_soname(android_namespace_t* ns, in find_loaded_library_by_soname() function 1364 bool found = find_loaded_library_by_soname(ns, name, candidate); in find_loaded_library_by_soname() 1375 if (find_loaded_library_by_soname(linked_ns, name, candidate)) { in find_loaded_library_by_soname() 1392 if (find_loaded_library_by_soname(ns, task->get_name(), false, &candidate)) { in find_library_in_linked_namespace() 1430 if (find_loaded_library_by_soname(ns, task->get_name(), true /* search_linked_namespaces */, in find_library_internal()
|