Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp1077 bool search_linked_namespaces, in find_loaded_library_by_inode() argument
1092 if (*candidate == nullptr && search_linked_namespaces) { in find_loaded_library_by_inode()
1108 bool search_linked_namespaces, soinfo** candidate) { in find_loaded_library_by_realpath() argument
1113 if (*candidate == nullptr && search_linked_namespaces) { in find_loaded_library_by_realpath()
1133 bool search_linked_namespaces) { in load_library() argument
1140 ns->get_name(), name, rtld_flags, realpath.c_str(), search_linked_namespaces); in load_library()
1166 if (find_loaded_library_by_inode(ns, file_stat, file_offset, search_linked_namespaces, &si)) { in load_library()
1282 bool search_linked_namespaces) { in load_library() argument
1306 return load_library(ns, task, load_tasks, rtld_flags, realpath, search_linked_namespaces); in load_library()
1312 ns->get_name(), name, rtld_flags, search_linked_namespaces); in load_library()
[all …]