Searched refs:MSK_SYM_VISIBILITY (Results 1 – 6 of 6) sorted by relevance
56 if (other & ~MSK_SYM_VISIBILITY) in conv_sym_other()
1054 (sym->st_other & ~MSK_SYM_VISIBILITY); in ld_sym_adjust_vis()1058 (sym->st_other & ~MSK_SYM_VISIBILITY); in ld_sym_adjust_vis()1072 (sym->st_other & ~MSK_SYM_VISIBILITY); in ld_sym_adjust_vis()
1213 (sdp->sd_sym->st_other & ~MSK_SYM_VISIBILITY) | vis;
1174 sdp->sd_sym->st_other &= ~MSK_SYM_VISIBILITY; in reloc_exec()1179 _sdp->sd_sym->st_other &= ~MSK_SYM_VISIBILITY; in reloc_exec()
1324 #define MSK_SYM_VISIBILITY 0x7 macro
992 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()