Lines Matching refs:lsi
482 static ElfW(Sym)* soinfo_do_lookup(soinfo* si, const char* name, soinfo** lsi) { in ElfW()
501 *lsi = si; in ElfW()
512 *lsi = somain; in ElfW()
521 *lsi = g_ld_preloads[i]; in ElfW()
542 *lsi = si; in ElfW()
551 *lsi = child; in ElfW()
562 (*lsi)->name, reinterpret_cast<void*>((*lsi)->base), in ElfW()
563 reinterpret_cast<void*>((*lsi)->load_bias)); in ElfW()
1096 soinfo* lsi = nullptr; in Relocate() local
1100 s = soinfo_do_lookup(this, sym_name, &lsi); in Relocate()
1155 sym_addr = lsi->resolve_symbol_address(s); in Relocate()
1374 soinfo* lsi = nullptr; in Relocate() local
1378 s = soinfo_do_lookup(this, sym_name, &lsi); in Relocate()
1435 sym_addr = lsi->resolve_symbol_address(s); in Relocate()
1596 soinfo* lsi = nullptr; in mips_relocate_got() local
1597 ElfW(Sym)* s = soinfo_do_lookup(si, sym_name, &lsi); in mips_relocate_got()
1610 *got = reinterpret_cast<ElfW(Addr)*>(lsi->resolve_symbol_address(s)); in mips_relocate_got()