Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Delf.c1351 uint_t ndx, hashoff, buckets, *chainptr; local
1369 hashoff = ((uint_t)hash % buckets) + 2;
1375 if ((ndx = HASH(ilmp)[hashoff]) == 0)
1391 hashoff = ndx + buckets + 2;