Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.h66 bool search_linked_namespaces,
Dlinker.cpp1209 bool search_linked_namespaces, in find_loaded_library_by_inode() argument
1222 if (*candidate == nullptr && search_linked_namespaces) { in find_loaded_library_by_inode()
1238 bool search_linked_namespaces, soinfo** candidate) { in find_loaded_library_by_realpath() argument
1243 if (*candidate == nullptr && search_linked_namespaces) { in find_loaded_library_by_realpath()
1263 bool search_linked_namespaces) { in load_library() argument
1295 if (find_loaded_library_by_inode(ns, file_stat, file_offset, search_linked_namespaces, &si)) { in load_library()
1413 bool search_linked_namespaces) { in load_library() argument
1438 return load_library(ns, task, load_tasks, rtld_flags, realpath, search_linked_namespaces); in load_library()
1451 return load_library(ns, task, load_tasks, rtld_flags, realpath, search_linked_namespaces); in load_library()
1471 bool search_linked_namespaces, in find_loaded_library_by_soname() argument
[all …]