Searched refs:STV_PROTECTED (Results 1 – 10 of 10) sorted by relevance
257 } 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) {
486 case STV_PROTECTED: in ld_sym_enter()525 if (vis == STV_PROTECTED) in ld_sym_enter()716 usdp->sd_sym->st_other = STV_PROTECTED; in sym_add_spec()760 usdp->sd_sym->st_other = STV_PROTECTED; in sym_add_spec()806 sdp->sd_sym->st_other = STV_PROTECTED; in sym_add_spec()971 bsdp->sd_sym->st_other = STV_PROTECTED; in sym_add_bounds()1207 sym->st_other = STV_PROTECTED | in ld_sym_adjust_vis()
1294 sdp->sd_sym->st_other = STV_PROTECTED; in ld_map_sym_enter()
333 relocation bound to a symbol with STV_PROTECTED \
85 @ MSG_STV_PROTECTED_CF "STV_PROTECTED" # 3
749 #define STV_PROTECTED 3 macro
782 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */ macro
166 to a symbol with STV_PROTECTED visibility\n"
3186 ((vis == STV_PROTECTED) || (vis == STV_HIDDEN))) { in lookup_sym()
2442 if (ELF_ST_VISIBILITY(dsym->st_other) == STV_PROTECTED) {