Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c123 uchar_t wovis, ovis; in sym_visibility() local
126 wovis = ovis = ELF_ST_VISIBILITY(osym->st_other); in sym_visibility()
155 return (ovis); in sym_visibility()
172 if (ovis == nvis) in sym_visibility()
252 if ((ovis == STV_ELIMINATE) || (nvis == STV_ELIMINATE)) in sym_visibility()
665 uchar_t ovis = ELF_ST_VISIBILITY(osym->st_other); in sym_realtent() local
793 (ovis == STV_PROTECTED)) { in sym_realtent()