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

  /bionic/linker/
linker.c 89 static soinfo *sonext = &libdl_info; variable
282 sonext->next = si;
286 sonext = si;
313 if (si == sonext) sonext = prev;
    [all...]

Completed in 27 milliseconds