Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c117 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.c256 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_create()
321 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_create()
443 ndx = (uintptr_t)ghp % HDLIST_SZ; in hdl_validate()
H A D_rtld.h434 #define HDLIST_SZ 101 /* prime no. for hashing */ macro