Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h74 bool init(const soinfo* si_from);
78 bool init_verneed(const soinfo* si_from);
79 bool init_verdef(const soinfo* si_from);
88 bool soinfo_do_lookup(soinfo* si_from, const char* name, const version_info* vi,
Dlinker.cpp447 bool soinfo_do_lookup(soinfo* si_from, const char* name, const version_info* vi, in soinfo_do_lookup() argument
464 if (si_from->has_DT_SYMBOLIC) { in soinfo_do_lookup()
465 DEBUG("%s: looking up %s in local scope (DT_SYMBOLIC)", si_from->get_realpath(), name); in soinfo_do_lookup()
466 if (!si_from->find_symbol_by_name(symbol_name, vi, &s)) { in soinfo_do_lookup()
471 *si_found_in = si_from; in soinfo_do_lookup()
480 si_from->get_realpath(), name, global_si->get_realpath()); in soinfo_do_lookup()
503 if (local_si == si_from && si_from->has_DT_SYMBOLIC) { in soinfo_do_lookup()
509 si_from->get_realpath(), name, local_si->get_realpath()); in soinfo_do_lookup()
531 si_from->get_realpath(), name, reinterpret_cast<void*>(s->st_value), in soinfo_do_lookup()
2631 bool VersionTracker::init_verneed(const soinfo* si_from) { in init_verneed() argument
[all …]