Lines Matching refs:vis
374 uchar_t vis; in ld_sym_enter() local
475 vis = ELF_ST_VISIBILITY(nsym->st_other); in ld_sym_enter()
478 switch (vis) { in ld_sym_enter()
500 assert(vis <= STV_ELIMINATE); in ld_sym_enter()
525 if (vis == STV_PROTECTED) in ld_sym_enter()
534 if ((vis == STV_SINGLETON) && (nsym->st_shndx != SHN_UNDEF)) in ld_sym_enter()
1112 uchar_t vis; in sym_cap_vis() local
1119 vis = ELF_ST_VISIBILITY(sym->st_other); in sym_cap_vis()
1120 switch (vis) { in sym_cap_vis()
1398 uchar_t vis; in ld_sym_validate() local
1456 if ((vis = ELF_ST_VISIBILITY(sym->st_other)) == STV_SINGLETON) in ld_sym_validate()
1467 if (vis && (vis != STV_SINGLETON)) { in ld_sym_validate()