Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c59 size_t size, hashoff = 0, stroff = 0, objoff = 0; in genconfig() local
82 hashoff = size; in genconfig()
215 head->ch_hash = hashoff; in genconfig()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1325 uint_t ndx, hashoff, buckets, *chainptr; local
1343 hashoff = ((uint_t)hash % buckets) + 2;
1349 if ((ndx = HASH(ilmp)[hashoff]) == 0)
1365 hashoff = ndx + buckets + 2;