Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h158 bool init(const soinfo* si_from);
162 bool init_verneed(const soinfo* si_from);
163 bool init_verdef(const soinfo* si_from);
403 bool soinfo_do_lookup(soinfo* si_from, const char* name, const version_info* vi,
Dlinker.cpp690 bool soinfo_do_lookup(soinfo* si_from, const char* name, const version_info* vi, in soinfo_do_lookup() argument
707 if (si_from->has_DT_SYMBOLIC) { in soinfo_do_lookup()
708 DEBUG("%s: looking up %s in local scope (DT_SYMBOLIC)", si_from->get_realpath(), name); in soinfo_do_lookup()
709 if (!si_from->find_symbol_by_name(symbol_name, vi, &s)) { in soinfo_do_lookup()
714 *si_found_in = si_from; in soinfo_do_lookup()
723 si_from->get_realpath(), name, global_si->get_realpath()); in soinfo_do_lookup()
746 if (local_si == si_from && si_from->has_DT_SYMBOLIC) { in soinfo_do_lookup()
752 si_from->get_realpath(), name, local_si->get_realpath()); in soinfo_do_lookup()
774 si_from->get_realpath(), name, reinterpret_cast<void*>(s->st_value), in soinfo_do_lookup()
1731 bool VersionTracker::init_verneed(const soinfo* si_from) { in init_verneed() argument
[all …]