Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h162 bool init(const soinfo* si_from);
166 bool init_verneed(const soinfo* si_from);
167 bool init_verdef(const soinfo* si_from);
434 bool soinfo_do_lookup(soinfo* si_from, const char* name, const version_info* vi,
Dlinker.cpp934 bool soinfo_do_lookup(soinfo* si_from, const char* name, const version_info* vi, in soinfo_do_lookup() argument
951 if (si_from->has_DT_SYMBOLIC) { in soinfo_do_lookup()
952 DEBUG("%s: looking up %s in local scope (DT_SYMBOLIC)", si_from->get_realpath(), name); in soinfo_do_lookup()
953 if (!si_from->find_symbol_by_name(symbol_name, vi, &s)) { in soinfo_do_lookup()
958 *si_found_in = si_from; in soinfo_do_lookup()
967 si_from->get_realpath(), name, global_si->get_realpath()); in soinfo_do_lookup()
990 if (local_si == si_from && si_from->has_DT_SYMBOLIC) { in soinfo_do_lookup()
996 si_from->get_realpath(), name, local_si->get_realpath()); in soinfo_do_lookup()
1018 si_from->get_realpath(), name, reinterpret_cast<void*>(s->st_value), in soinfo_do_lookup()
2616 bool VersionTracker::init_verneed(const soinfo* si_from) { in init_verneed() argument
[all …]