Home
last modified time | relevance | path

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

/illumos-gate/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.c486 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()
H A Dmap_support.c1294 sdp->sd_sym->st_other = STV_PROTECTED; in ld_map_sym_enter()
H A Dlibld.msg333 relocation bound to a symbol with STV_PROTECTED \
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.msg85 @ MSG_STV_PROTECTED_CF "STV_PROTECTED" # 3
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h749 #define STV_PROTECTED 3 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h782 #define STV_PROTECTED 0x3 /* Visible but not preemptible. */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg166 to a symbol with STV_PROTECTED visibility\n"
H A Danalyze.c3186 ((vis == STV_PROTECTED) || (vis == STV_HIDDEN))) { in lookup_sym()
H A Delf.c2442 if (ELF_ST_VISIBILITY(dsym->st_other) == STV_PROTECTED) {