Lines Matching refs:child
689 si->get_children().for_each([&](soinfo* child) { in walk_dependencies_tree() argument
690 visit_list.push_back(child); in walk_dependencies_tree()
1860 soinfo* child = nullptr; in soinfo_unload_impl() local
1861 while ((child = si->get_children().pop_front()) != nullptr) { in soinfo_unload_impl()
1863 child->get_realpath(), child); in soinfo_unload_impl()
1865 child->get_parents().remove(si); in soinfo_unload_impl()
1867 if (local_unload_list.contains(child)) { in soinfo_unload_impl()
1869 } else if (child->is_linked() && child->get_local_group_root() != root) { in soinfo_unload_impl()
1870 external_unload_list.push_back(child); in soinfo_unload_impl()
1871 } else if (child->get_parents().empty()) { in soinfo_unload_impl()
1872 unload_list.push_back(child); in soinfo_unload_impl()