HomeSort by relevance Sort by last modified time
    Searched full:sonext (Results 1 - 1 of 1) sorted by null

  /bionic/linker/
linker.cpp 89 static soinfo* sonext = &libdl_info; variable
315 sonext->next = si;
316 sonext = si;
347 if (si == sonext) {
348 sonext = prev;
    [all...]

Completed in 206 milliseconds