Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h219 soinfo_list_t& get_children();
Dlinker.cpp547 si->get_children().visit([&](soinfo* child) { in ElfW()
665 current_soinfo->get_children().for_each([&](soinfo* child) { in ElfW()
990 while ((child = si->get_children().pop_front()) != nullptr) { in soinfo_unload()
1679 get_children().for_each([] (soinfo* si) { in CallConstructors()
1765 soinfo::soinfo_list_t& soinfo::get_children() { in get_children() function in soinfo