Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp90 static soinfo* sonext; variable
293 sonext->next = si; in soinfo_alloc()
294 sonext = si; in soinfo_alloc()
331 if (si == sonext) { in soinfo_free()
332 sonext = prev; in soinfo_free()
2595 sonext = get_libdl_info();