Lines Matching refs:child
721 si->get_children().for_each([&](soinfo* child) { in walk_dependencies_tree() argument
722 visit_list.push_back(child); in walk_dependencies_tree()
1886 soinfo* child = nullptr; in soinfo_unload_impl() local
1887 while ((child = si->get_children().pop_front()) != nullptr) { in soinfo_unload_impl()
1889 child->get_realpath(), child); in soinfo_unload_impl()
1891 child->get_parents().remove(si); in soinfo_unload_impl()
1893 if (local_unload_list.contains(child)) { in soinfo_unload_impl()
1895 } else if (child->is_linked() && child->get_local_group_root() != root) { in soinfo_unload_impl()
1896 external_unload_list.push_back(child); in soinfo_unload_impl()
1897 } else if (child->get_parents().empty()) { in soinfo_unload_impl()
1898 unload_list.push_back(child); in soinfo_unload_impl()