Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.cpp75 static soinfo* sonext; variable
81 sonext->next = si; in solist_add_soinfo()
82 sonext = si; in solist_add_soinfo()
104 if (si == sonext) { in solist_remove_soinfo()
105 sonext = prev; in solist_remove_soinfo()
740 sonext = solist = solinker = get_libdl_info(tmp_linker_so); in __linker_init_post_relocation()