Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp482 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()
[all …]