Home
last modified time | relevance | path

Searched refs:FLG_SY_VISIBLE (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dsunwmove.c238 ((sdp->sd_flags & FLG_SY_VISIBLE) == 0)) in ld_process_move()
H A Dsyms.c1080 sdp->sd_flags |= FLG_SY_VISIBLE; in ld_sym_adjust_vis()
1308 if ((sdp->sd_flags & FLG_SY_VISIBLE) == 0) in ld_sym_validate()
H A Drelocate.c2061 if (sdp->sd_aux && ((sdp->sd_flags & FLG_SY_VISIBLE) == 0)) in process_reld()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h1268 #define FLG_SY_VISIBLE 0x08000000 /* symbols visibility determined */ macro