Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h269 soinfo_list_t& get_children();
270 const soinfo_list_t& get_children() const;
Dlinker_soinfo.cpp541 get_children().for_each([] (soinfo* si) { in call_constructors()
720 soinfo_list_t& soinfo::get_children() { in get_children() function in soinfo
728 const soinfo_list_t& soinfo::get_children() const { in get_children() function in soinfo
Dlinker.cpp678 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()