ELF_ST_VISIBILITY
ELF_ST_VISIBILITY(vis);
if (ELF_ST_VISIBILITY(sym1->st_info) !=
ELF_ST_VISIBILITY(sym2->st_info))
value = ELF_ST_VISIBILITY(sym->st_other);
uchar_t vis = ELF_ST_VISIBILITY(other);
vis = ELF_ST_VISIBILITY(sym->st_other);
wovis = ovis = ELF_ST_VISIBILITY(osym->st_other);
wnvis = nvis = ELF_ST_VISIBILITY(nsym->st_other);
if (ELF_ST_VISIBILITY(nsym->st_other) == STV_PROTECTED)
uchar_t ovis = ELF_ST_VISIBILITY(osym->st_other);
uchar_t nvis = ELF_ST_VISIBILITY(nsym->st_other);
vis = ELF_ST_VISIBILITY(sym->st_other);
} else if (ELF_ST_VISIBILITY(sym->st_other) !=
if (ELF_ST_VISIBILITY(sym->st_other) == STV_DEFAULT)
if ((vis = ELF_ST_VISIBILITY(sym->st_other)) == STV_SINGLETON)
vis = ELF_ST_VISIBILITY(nsym->st_other);
vis = ELF_ST_VISIBILITY(rsym->st_other);
if (sym && (ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON)) {
(ELF_ST_VISIBILITY(sym->st_other) == STV_HIDDEN) &&
if ((ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON) &&
if (ELF_ST_VISIBILITY(dsym->st_other) == STV_PROTECTED) {