Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h1066 ulong_t sl_hash; /* symbol hash value */ member
1078 sl.sl_id = (id), sl.sl_hash = (hash), sl.sl_rsymndx = (rsymndx), \
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3165 if (slp->sl_hash == 0) in lookup_sym()
3166 slp->sl_hash = elf_hash(slp->sl_name); in lookup_sym()
H A Delf.c1324 ulong_t hash = slp->sl_hash;