Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dresolve.c257 } else if ((wnvis == STV_PROTECTED) || (wovis == STV_PROTECTED)) in sym_visibility()
258 return (STV_PROTECTED); in sym_visibility()
400 if (ELF_ST_VISIBILITY(nsym->st_other) == STV_PROTECTED) in sym_override()
793 (ovis == STV_PROTECTED)) { in sym_realtent()
798 (nvis == STV_PROTECTED)) { in sym_realtent()
1204 } else if (vis == STV_PROTECTED) {
H A Dsyms.c448 case STV_PROTECTED: in ld_sym_enter()
487 if (vis == STV_PROTECTED) in ld_sym_enter()
678 usdp->sd_sym->st_other = STV_PROTECTED; in sym_add_spec()
721 usdp->sd_sym->st_other = STV_PROTECTED; in sym_add_spec()
767 sdp->sd_sym->st_other = STV_PROTECTED; in sym_add_spec()
1071 sym->st_other = STV_PROTECTED | in ld_sym_adjust_vis()
H A Dmap_support.c1274 sdp->sd_sym->st_other = STV_PROTECTED; in ld_map_sym_enter()
H A Dlibld.msg332 relocation bound to a symbol with STV_PROTECTED \
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.msg73 @ MSG_STV_PROTECTED_CF "STV_PROTECTED" # 3
/titanic_50/usr/src/uts/common/sys/
H A Delf.h578 #define STV_PROTECTED 3 macro
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg165 to a symbol with STV_PROTECTED visibility\n"
H A Danalyze.c3197 ((vis == STV_PROTECTED) || (vis == STV_HIDDEN))) { in lookup_sym()
H A Delf.c2465 if (ELF_ST_VISIBILITY(dsym->st_other) == STV_PROTECTED) {