Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.cpp65 static soinfo* sonext; variable
69 sonext->next = si; in solist_add_soinfo()
70 sonext = si; in solist_add_soinfo()
92 if (si == sonext) { in solist_remove_soinfo()
93 sonext = prev; in solist_remove_soinfo()
586 sonext = solist = get_libdl_info(kLinkerPath, linker_link_map);