Home
last modified time | relevance | path

Searched refs:sl_hash (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/sgs/include/
H A Drtld.h1065 ulong_t sl_hash; /* symbol hash value */ member
1077 sl.sl_id = (id), sl.sl_hash = (hash), sl.sl_rsymndx = (rsymndx), \
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3176 if (slp->sl_hash == 0) in lookup_sym()
3177 slp->sl_hash = elf_hash(slp->sl_name); in lookup_sym()
H A Delf.c1350 ulong_t hash = slp->sl_hash;