Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c740 idx = osp->os_namehash % hash->osh_size; in os_desc_hash()
785 idx = osp->os_namehash % hash->osh_size; in os_desc_hash()
1216 (onamehash == osp->os_namehash) && in ld_place_section()
1393 osp->os_namehash = onamehash; in ld_place_section()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1003 uint_t os_namehash; /* hash on section name */ member