Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c65 Word *hashtbl, *hashbkt, *hashchn, hashbkts = 0; in genconfig() local
270 hashbkt = &hashtbl[2]; in genconfig()
337 hashchn[ndx] = hashbkt[hashval]; in genconfig()
338 hashbkt[hashval] = ndx++; in genconfig()
435 hashchn[ndx] = hashbkt[hashval]; in genconfig()
436 hashbkt[hashval] = ndx++; in genconfig()
499 hashchn[ndx] = hashbkt[hashval]; in genconfig()
500 hashbkt[hashval] = ndx++; in genconfig()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c222 Word *hashbkt; /* hash table bucket pointer */ in update_osym() local
287 hashbkt = &hashtab[2]; in update_osym()
1572 if (_hashndx = hashbkt[hashval]) { in update_osym()
1580 hashbkt[hashval] = in update_osym()