Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dresolve.c124 uchar_t wnvis, nvis; in sym_visibility() local
127 wnvis = nvis = ELF_ST_VISIBILITY(nsym->st_other); in sym_visibility()
136 if (wnvis == STV_ELIMINATE) in sym_visibility()
137 wnvis = STV_HIDDEN; in sym_visibility()
152 (nsym->st_shndx != SHN_UNDEF) && (wnvis == STV_SINGLETON)) in sym_visibility()
171 if (wovis == wnvis) { in sym_visibility()
184 if ((wnvis == STV_EXPORTED) || (wnvis == STV_SINGLETON)) { in sym_visibility()
198 if ((wnvis == STV_EXPORTED) || (wnvis == STV_DEFAULT)) in sym_visibility()
210 if (wnvis == STV_SINGLETON) in sym_visibility()
212 if (wnvis == STV_DEFAULT) in sym_visibility()
[all …]