Home
last modified time | relevance | path

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

/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dresolve.c86 * The STV_EXPORT and STV_SINGLETON visibilities are slightly different, in that
152 (nsym->st_shndx != SHN_UNDEF) && (wnvis == STV_SINGLETON)) in sym_visibility()
153 return (STV_SINGLETON); in sym_visibility()
160 (nsym->st_shndx == SHN_UNDEF) && (wovis == STV_SINGLETON)) in sym_visibility()
161 return (STV_SINGLETON); in sym_visibility()
184 if ((wnvis == STV_EXPORTED) || (wnvis == STV_SINGLETON)) { in sym_visibility()
186 (wovis != STV_SINGLETON)) { in sym_visibility()
197 if (wovis == STV_SINGLETON) { in sym_visibility()
199 return (STV_SINGLETON); in sym_visibility()
210 if (wnvis == STV_SINGLETON) in sym_visibility()
[all...]
H A Dsyms.c454 case STV_SINGLETON: in ld_sym_enter()
496 if ((vis == STV_SINGLETON) && (nsym->st_shndx != SHN_UNDEF)) in ld_sym_enter()
991 case STV_SINGLETON: in sym_cap_vis()
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()
H A Dmap_support.c1271 sdp->sd_sym->st_other = STV_SINGLETON; in ld_map_sym_enter()
/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.msg79 @ MSG_STV_SINGLETON_CF "STV_SINGLETON" # 5
/titanic_51/usr/src/uts/common/sys/
H A Delf.h732 #define STV_SINGLETON 5 macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h784 #define STV_SINGLETON 0x5 macro
/titanic_51/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1255 if (sym && (ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON)) { in dlsym_core()
H A Danalyze.c3210 if (vis == STV_SINGLETON) in lookup_sym()
H A Delf.c1496 if ((ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON) &&