Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.h70 soinfo* solist_get_head();
Dlinker_main.cpp111 soinfo* solist_get_head() { in solist_get_head() function
Dlinker.cpp406 for (soinfo* si = solist_get_head(); si != nullptr; si = si->next) { in do_dl_iterate_phdr()
822 for (soinfo* si = solist_get_head(); si != nullptr; si = si->next) { in find_containing_library()
1763 !get_cfi_shadow()->AfterLoad(si, solist_get_head())) { in find_libraries()
3529 soinfo* ld_android_so = solist_get_head(); in init_default_namespaces()