Lines Matching refs:found
737 soinfo** found, in ElfW()
755 *found = current_soinfo; in ElfW()
773 soinfo** found, in ElfW()
803 *found = si; in ElfW()
815 found, in ElfW()
822 name, reinterpret_cast<void*>(s->st_value), reinterpret_cast<void*>((*found)->base)); in ElfW()
831 soinfo** found, in ElfW()
842 return dlsym_linear_lookup(&g_default_namespace, name, vi, found, nullptr, RTLD_DEFAULT); in ElfW()
850 return dlsym_handle_lookup_impl(si->get_primary_namespace(), si, nullptr, found, symbol_name, vi); in ElfW()
1400 bool found = find_loaded_library_by_soname(ns, name, candidate); in find_loaded_library_by_soname() local
1402 if (!found && search_linked_namespaces) { in find_loaded_library_by_soname()
1417 return found; in find_loaded_library_by_soname()
2298 soinfo* found = nullptr; in do_dlsym() local
2335 sym = dlsym_linear_lookup(ns, sym_name, vi, &found, caller, handle); in do_dlsym()
2341 sym = dlsym_handle_lookup(si, &found, sym_name, vi); in do_dlsym()
2352 const soinfo_tls* tls_module = found->get_tls(); in do_dlsym()
2355 sym_name, found->get_realpath()); in do_dlsym()
2361 *symbol = reinterpret_cast<void*>(found->resolve_symbol_address(sym)); in do_dlsym()
2366 sym_name, sym_ver, found->get_soname(), *symbol); in do_dlsym()