Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp54 #define SO_MAX 128 macro
87 static soinfo sopool[SO_MAX];
286 if (socount == SO_MAX) { in soinfo_alloc()