Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp75 static soinfo* sonext; variable
238 sonext->next = si; in soinfo_alloc()
239 sonext = si; in soinfo_alloc()
277 if (si == sonext) { in soinfo_free()
278 sonext = prev; in soinfo_free()
3419 sonext = get_libdl_info();