Lines Matching defs:ns
210 static bool maybe_accessible_via_namespace_links(android_namespace_t* ns, const char* name) { in maybe_accessible_via_namespace_links()
223 static bool is_exempt_lib(android_namespace_t* ns, const char* name, const soinfo* needed_by) { in is_exempt_lib()
310 soinfo* soinfo_alloc(android_namespace_t* ns, const char* name, in soinfo_alloc()
1039 static int open_library(android_namespace_t* ns, in open_library()
1106 static bool find_loaded_library_by_inode(android_namespace_t* ns, in find_loaded_library_by_inode()
1139 static bool find_loaded_library_by_realpath(android_namespace_t* ns, const char* realpath, in find_loaded_library_by_realpath()
1160 static bool load_library(android_namespace_t* ns, in load_library()
1311 static bool load_library(android_namespace_t* ns, in load_library()
1372 static bool find_loaded_library_by_soname(android_namespace_t* ns, in find_loaded_library_by_soname()
1386 static bool find_loaded_library_by_soname(android_namespace_t* ns, in find_loaded_library_by_soname()
1419 android_namespace_t* ns = namespace_link.linked_namespace(); in find_library_in_linked_namespace() local
1456 static bool find_library_internal(android_namespace_t* ns, in find_library_internal()
1546 bool find_libraries(android_namespace_t* ns, in find_libraries()
1829 static soinfo* find_library(android_namespace_t* ns, in find_library()
2098 android_namespace_t* ns = get_caller_namespace(caller); in do_dlopen() local
2280 android_namespace_t* ns = get_caller_namespace(caller); in do_dlsym() local
2382 static bool set_anonymous_namespace(android_namespace_t* ns) { in set_anonymous_namespace()
2425 static void add_soinfos_to_namespace(const soinfo_list_t& soinfos, android_namespace_t* ns) { in add_soinfos_to_namespace()
2472 android_namespace_t* ns = new (g_namespace_allocator.alloc()) android_namespace_t(); in create_namespace() local
3563 android_namespace_t* ns = new (g_namespace_allocator.alloc()) android_namespace_t(); in init_default_namespaces() local