Lines Matching refs:found
805 soinfo** found, in ElfW()
827 *found = current_soinfo; in ElfW()
840 soinfo** found,
847 soinfo** found, in ElfW()
858 return dlsym_linear_lookup(&g_default_namespace, name, vi, found, nullptr, RTLD_DEFAULT); in ElfW()
866 return dlsym_handle_lookup(si->get_primary_namespace(), si, nullptr, found, symbol_name, vi); in ElfW()
877 soinfo** found, in ElfW()
911 *found = si; in ElfW()
923 found, in ElfW()
930 name, reinterpret_cast<void*>(s->st_value), reinterpret_cast<void*>((*found)->base)); in ElfW()
1480 bool found = find_loaded_library_by_soname(ns, name, candidate); in find_loaded_library_by_soname() local
1482 if (!found && search_linked_namespaces) { in find_loaded_library_by_soname()
1497 return found; in find_loaded_library_by_soname()
2344 soinfo* found = nullptr; in do_dlsym() local
2381 sym = dlsym_linear_lookup(ns, sym_name, vi, &found, caller, handle); in do_dlsym()
2387 sym = dlsym_handle_lookup(si, &found, sym_name, vi); in do_dlsym()
2401 soinfo_tls* tls_module = found->get_tls(); in do_dlsym()
2404 sym_name, found->get_realpath()); in do_dlsym()
2410 *symbol = reinterpret_cast<void*>(found->resolve_symbol_address(sym)); in do_dlsym()
2415 sym_name, sym_ver, found->get_soname(), *symbol); in do_dlsym()