Home
last modified time | relevance | path

Searched refs:MSK_SYM_VISIBILITY (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.c56 if (other & ~MSK_SYM_VISIBILITY) in conv_sym_other()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c992 old_vis = st_other & MSK_SYM_VISIBILITY; in cmd_body_set_st_visibility()
1008 st_other = (st_other & ~MSK_SYM_VISIBILITY) | in cmd_body_set_st_visibility()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1190 (sym->st_other & ~MSK_SYM_VISIBILITY); in ld_sym_adjust_vis()
1194 (sym->st_other & ~MSK_SYM_VISIBILITY); in ld_sym_adjust_vis()
1208 (sym->st_other & ~MSK_SYM_VISIBILITY); in ld_sym_adjust_vis()
H A Drelocate.c1174 sdp->sd_sym->st_other &= ~MSK_SYM_VISIBILITY; in reloc_exec()
1179 _sdp->sd_sym->st_other &= ~MSK_SYM_VISIBILITY; in reloc_exec()
H A Dresolve.c1213 (sdp->sd_sym->st_other & ~MSK_SYM_VISIBILITY) | vis;
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1371 #define MSK_SYM_VISIBILITY 0x7 macro