Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsunwmove.c48 if (sdp->sd_flags & FLG_SY_PAREXPN) { in make_mvsections()
310 if (sdp->sd_flags & FLG_SY_PAREXPN) { in ld_process_move()
346 sdp->sd_flags |= FLG_SY_PAREXPN; in ld_process_move()
357 sdp->sd_flags |= FLG_SY_PAREXPN; in ld_process_move()
362 sdp->sd_flags |= FLG_SY_PAREXPN; in ld_process_move()
382 FLG_SY_PAREXPN) == 0) in ld_process_move()
H A Dupdate.c792 (sdp->sd_flags & FLG_SY_PAREXPN) && !update_done) { in update_osym()
1052 if ((sdp->sd_flags & FLG_SY_PAREXPN) || in update_osym()
1062 if (sdp->sd_flags & FLG_SY_PAREXPN) { in update_osym()
3172 if (sdp->sd_flags & FLG_SY_PAREXPN) { in update_move()
H A Drelocate.c2351 if (psdp->sd_flags & FLG_SY_PAREXPN) { in process_movereloc()
2972 if ((symd->sd_flags & FLG_SY_PAREXPN) == 0) in ld_am_I_partial()
H A Dsections.c2709 if (sdp->sd_flags & FLG_SY_PAREXPN) in ld_make_sunwmove()
H A Dsyms.c1657 ((sdp->sd_flags & FLG_SY_PAREXPN) == 0)) { in ld_sym_validate()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1295 #define FLG_SY_PAREXPN 0x00020000 /* partially init. symbol to be */ macro