Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_main.cpp78 static soinfo* sonext; variable
84 sonext->next = si; in solist_add_soinfo()
85 sonext = si; in solist_add_soinfo()
107 if (si == sonext) { in solist_remove_soinfo()
108 sonext = prev; in solist_remove_soinfo()
776 sonext = solist = solinker = get_libdl_info(tmp_linker_so); in __linker_init_post_relocation()