Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/crle/common/
H A Dconfig.c65 Word *hashtbl, *hashbkt, *hashchn, hashbkts = 0; in genconfig() local
272 hashbkt = &hashtbl[2]; in genconfig()
339 hashchn[ndx] = hashbkt[hashval]; in genconfig()
340 hashbkt[hashval] = ndx++; in genconfig()
437 hashchn[ndx] = hashbkt[hashval]; in genconfig()
438 hashbkt[hashval] = ndx++; in genconfig()
501 hashchn[ndx] = hashbkt[hashval]; in genconfig()
502 hashbkt[hashval] = ndx++; in genconfig()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dupdate.c216 Word *hashbkt; /* hash table bucket pointer */ in update_osym() local
281 hashbkt = &hashtab[2]; in update_osym()
1519 if (_hashndx = hashbkt[hashval]) { in update_osym()
1527 hashbkt[hashval] = in update_osym()