Home
last modified time | relevance | path

Searched refs:STV_HIDDEN (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c135 wovis = STV_HIDDEN; in sym_visibility()
137 wnvis = STV_HIDDEN; in sym_visibility()
240 } else if ((wnvis == STV_HIDDEN) || (wovis == STV_HIDDEN)) { in sym_visibility()
241 if ((wnvis == STV_HIDDEN) && in sym_visibility()
255 return (STV_HIDDEN); in sym_visibility()
1206 } else if ((vis == STV_INTERNAL) || (vis == STV_HIDDEN)) {
H A Dsyms.c483 case STV_HIDDEN: in ld_sym_enter()
1127 case STV_HIDDEN: in sym_cap_vis()
1193 sym->st_other = STV_HIDDEN | in ld_sym_adjust_vis()
H A Dmap_support.c1267 sdp->sd_sym->st_other = STV_HIDDEN; in ld_map_sym_enter()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.msg82 @ MSG_STV_HIDDEN_CF "STV_HIDDEN" # 2
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h748 #define STV_HIDDEN 2 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h781 #define STV_HIDDEN 0x2 /* Not visible. */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3186 ((vis == STV_PROTECTED) || (vis == STV_HIDDEN))) { in lookup_sym()
H A Delf.c1380 (ELF_ST_VISIBILITY(sym->st_other) == STV_HIDDEN) &&