Lines Matching refs:vis
336 uchar_t vis; in ld_sym_enter() local
437 vis = ELF_ST_VISIBILITY(nsym->st_other); in ld_sym_enter()
440 switch (vis) { in ld_sym_enter()
462 assert(vis <= STV_ELIMINATE); in ld_sym_enter()
487 if (vis == STV_PROTECTED) in ld_sym_enter()
496 if ((vis == STV_SINGLETON) && (nsym->st_shndx != SHN_UNDEF)) in ld_sym_enter()
979 uchar_t vis; in sym_cap_vis() local
986 vis = ELF_ST_VISIBILITY(sym->st_other); in sym_cap_vis()
987 switch (vis) { in sym_cap_vis()
1262 uchar_t vis; in ld_sym_validate() local
1320 if ((vis = ELF_ST_VISIBILITY(sym->st_other)) == STV_SINGLETON) in ld_sym_validate()
1331 if (vis && (vis != STV_SINGLETON)) { in ld_sym_validate()