Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.cpp82 static soinfo* sonext; variable
88 sonext->next = si; in solist_add_soinfo()
89 sonext = si; in solist_add_soinfo()
111 if (si == sonext) { in solist_remove_soinfo()
112 sonext = prev; in solist_remove_soinfo()
841 sonext = solist = solinker = get_libdl_info(tmp_linker_so); in __linker_init_post_relocation()