Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_relocate.cpp109 soinfo* local_found_in = nullptr; in lookup_symbol() local
110 …const ElfW(Sym)* local_sym = soinfo_do_lookup(sym_name, vi, &local_found_in, relocator.lookup_list… in lookup_symbol()
113 relocator.cache_si = local_found_in; in lookup_symbol()
115 *found_in = local_found_in; in lookup_symbol()