Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp1845 soinfo_list_t unload_list; in soinfo_unload_impl() local
1846 unload_list.push_back(root); in soinfo_unload_impl()
1852 while ((si = unload_list.pop_front()) != nullptr) { in soinfo_unload_impl()
1872 unload_list.push_back(child); in soinfo_unload_impl()