Searched refs:lsi (Results 1 – 2 of 2) sorted by relevance
/bionic/linker/ |
D | linker_mips.cpp | 78 soinfo* lsi = nullptr; in relocate() local 88 if (!soinfo_do_lookup(this, sym_name, vi, &lsi, global_group, local_group, &s)) { in relocate() 99 sym_addr = lsi->resolve_symbol_address(s); in relocate() 164 soinfo* lsi = nullptr; in mips_relocate_got() local 176 if (!soinfo_do_lookup(this, sym_name, vi, &lsi, global_group, local_group, &s)) { in mips_relocate_got() 186 lsi = this; in mips_relocate_got() 204 *got = reinterpret_cast<ElfW(Addr)*>(lsi->resolve_symbol_address(s)); in mips_relocate_got()
|
D | linker.cpp | 2888 soinfo* lsi = nullptr; in relocate() local 2894 lsi = this; in relocate() 2917 if (!soinfo_do_lookup(this, sym_name, vi, &lsi, global_group, local_group, &s)) { in relocate() 2987 lsi == this && in relocate() 3003 if (lsi->get_tls() == nullptr) { in relocate() 3005 sym_name, lsi->get_realpath()); in relocate() 3015 sym_addr = lsi->resolve_symbol_address(s); in relocate() 3094 if (lsi == nullptr) { in relocate() 3098 CHECK(lsi->get_tls() != nullptr); // We rejected a missing TLS segment above. in relocate() 3099 const TlsModule& mod = get_tls_module(lsi->get_tls()->module_id); in relocate() [all …]
|