Searched defs:search_linked_namespaces (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp1120 bool search_linked_namespaces,
1133 if (*candidate == nullptr && search_linked_namespaces) {
1153 bool search_linked_namespaces) {
1182 if (find_loaded_library_by_inode(ns, file_stat, file_offset, search_linked_namespaces, &si)) {
1286 bool search_linked_namespaces) {
1307 return load_library(ns, task, load_tasks, rtld_flags, realpath, search_linked_namespaces);
1320 return load_library(ns, task, load_tasks, rtld_flags, realpath, search_linked_namespaces);
1340 bool search_linked_namespaces,
1351 if (!found && search_linked_namespaces) {
1413 false /* search_linked_namespaces */)) {
1117 find_loaded_library_by_inode(android_namespace_t* ns, const struct stat& file_stat, off64_t file_offset, bool search_linked_namespaces, soinfo** candidate) argument
1148 load_library(android_namespace_t* ns, LoadTask* task, LoadTaskList* load_tasks, int rtld_flags, const std::string& realpath, bool search_linked_namespaces) argument
1281 load_library(android_namespace_t* ns, LoadTask* task, ZipArchiveCache* zip_archive_cache, LoadTaskList* load_tasks, int rtld_flags, bool search_linked_namespaces) argument
[all...]

Completed in 75 milliseconds