Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp651 soinfo* current_soinfo; in ElfW() local
652 while ((current_soinfo = visit_list.pop_front()) != nullptr) { in ElfW()
653 if (visited.contains(current_soinfo)) { in ElfW()
657 ElfW(Sym)* result = soinfo_elf_lookup(current_soinfo, elfhash(name), name); in ElfW()
660 *found = current_soinfo; in ElfW()
663 visited.push_back(current_soinfo); in ElfW()
665 current_soinfo->get_children().for_each([&](soinfo* child) { in ElfW()