Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h231 soinfo_list_t& get_children();
232 const soinfo_list_t& get_children() const;
Dlinker_soinfo.cpp410 get_children().for_each([] (soinfo* si) { in call_constructors()
587 soinfo_list_t& soinfo::get_children() { in get_children() function in soinfo
595 const soinfo_list_t& soinfo::get_children() const { in get_children() function in soinfo
Dlinker.cpp744 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()