Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.c102 for (ep = (struct dbe *)&(dbp->db_hash[index]); (ep && ep->dbe_lop);
247 ep = &(dbp->db_hash[index]); in find_so()
258 for (ep = &(dbp->db_hash[index]); ep; in find_so()
390 for (ep = &(dbp->db_hash[i]); ep && ep->dbe_lop;
H A Dcache_a.out.h67 struct dbe db_hash[DB_HASH]; /* hash buckets */ member