Searched refs:ELF_ST_VISIBILITY (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h58 #define ELF_ST_VISIBILITY ELF64_ST_VISIBILITY macro
84 #define ELF_ST_VISIBILITY ELF32_ST_VISIBILITY macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c126 wovis = ovis = ELF_ST_VISIBILITY(osym->st_other);
127 wnvis = nvis = ELF_ST_VISIBILITY(nsym->st_other);
400 if (ELF_ST_VISIBILITY(nsym->st_other) == STV_PROTECTED)
665 uchar_t ovis = ELF_ST_VISIBILITY(osym->st_other);
666 uchar_t nvis = ELF_ST_VISIBILITY(nsym->st_other);
H A Dsyms.c437 vis = ELF_ST_VISIBILITY(nsym->st_other);
986 vis = ELF_ST_VISIBILITY(sym->st_other);
1055 } else if (ELF_ST_VISIBILITY(sym->st_other) !=
1070 if (ELF_ST_VISIBILITY(sym->st_other) == STV_DEFAULT)
1320 if ((vis = ELF_ST_VISIBILITY(sym->st_other)) == STV_SINGLETON)
H A Dlibs.c560 vis = ELF_ST_VISIBILITY(sym->st_other);
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.c48 uchar_t vis = ELF_ST_VISIBILITY(other);
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c399 if (ELF_ST_VISIBILITY(sym1->st_info) !=
400 ELF_ST_VISIBILITY(sym2->st_info))
560 value = ELF_ST_VISIBILITY(sym->st_other);
986 * Use the ELF_ST_VISIBILITY() macro to access the
1009 ELF_ST_VISIBILITY(vis);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1406 (ELF_ST_VISIBILITY(sym->st_other) == STV_HIDDEN) &&
1496 if ((ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON) &&
2465 if (ELF_ST_VISIBILITY(dsym->st_other) == STV_PROTECTED) {
H A Ddlfcns.c1255 if (sym && (ELF_ST_VISIBILITY(sym->st_other) == STV_SINGLETON)) {
H A Danalyze.c3181 vis = ELF_ST_VISIBILITY(rsym->st_other);

Completed in 76 milliseconds