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

/bionic/linker/
H A Dlinker.cpp88 static soinfo* sonext; variable
305 sonext->next = si;
306 sonext = si;
343 if (si == sonext) {
344 sonext = prev;
2295 sonext = get_libdl_info();

Completed in 53 milliseconds