Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h291 soinfo_list_t& get_children();
292 const soinfo_list_t& get_children() const;
Dlinker.cpp914 si->get_children().for_each([&](soinfo* child) { in walk_dependencies_tree()
1584 while ((child = si->get_children().pop_front()) != nullptr) { in soinfo_unload()
1752 soinfo* target_si = si_from->get_children().find_if([&](const soinfo* si) { in init_verneed()
2258 get_children().for_each([] (soinfo* si) { in call_constructors()
2398 soinfo::soinfo_list_t& soinfo::get_children() { in get_children() function in soinfo
2406 const soinfo::soinfo_list_t& soinfo::get_children() const { in get_children() function in soinfo