Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c118 APlist *hdl_alp[HDLIST_SZ+2]; /* dlopen() handle list */
H A Dremove.c818 ndx = (uintptr_t)ghp % HDLIST_SZ; in free_hdl()
1438 ndx = (uintptr_t)ghp % HDLIST_SZ; in remove_hdl()
H A Ddlfcns.c258 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_create()
323 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_create()
445 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_validate()
H A D_rtld.h437 #define HDLIST_SZ 101 /* prime no. for hashing */ macro