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

  /bionic/linker/
linker.c 89 static soinfo sopool[SO_MAX]; variable
111 return (si >= sopool && si < sopool + SO_MAX) ||
280 freelist = sopool + socount++;
    [all...]

Completed in 46 milliseconds