Searched refs:get_children (Results 1 – 3 of 3) sorted by relevance
231 soinfo_list_t& get_children();232 const soinfo_list_t& get_children() const;
410 get_children().for_each([] (soinfo* si) { in call_constructors()587 soinfo_list_t& soinfo::get_children() { in get_children() function in soinfo595 const soinfo_list_t& soinfo::get_children() const { in get_children() function in soinfo
744 si->get_children().for_each([&](soinfo* child) { in walk_dependencies_tree()1818 while ((child = si->get_children().pop_front()) != nullptr) { in soinfo_unload_impl()2484 soinfo* target_si = si_from->get_children().find_if([&](const soinfo* si) { in init_verneed()