Searched refs:get_children (Results 1 – 3 of 3) sorted by relevance
269 soinfo_list_t& get_children();270 const soinfo_list_t& get_children() const;
541 get_children().for_each([] (soinfo* si) { in call_constructors()720 soinfo_list_t& soinfo::get_children() { in get_children() function in soinfo728 const soinfo_list_t& soinfo::get_children() const { in get_children() function in soinfo
678 si->get_children().for_each([&](soinfo* child) { in walk_dependencies_tree()1882 while ((child = si->get_children().pop_front()) != nullptr) { in soinfo_unload_impl()2580 soinfo* target_si = si_from->get_children().find_if([&](const soinfo* si) { in init_verneed()