Home
last modified time | relevance | path

Searched refs:FLG_IS_RELUPD (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsunwmove.c287 isc->is_flags |= FLG_IS_RELUPD; in ld_process_move()
H A Dmachrel.amd.c320 (sdp->sd_isc->is_flags & FLG_IS_RELUPD) && in ld_perform_outreloc()
850 if ((sdp->sd_isc->is_flags & FLG_IS_RELUPD) && in ld_do_activerelocs()
H A Dmachrel.intel.c263 (sdp->sd_isc->is_flags & FLG_IS_RELUPD) && in ld_perform_outreloc()
834 if (sdp->sd_isc->is_flags & FLG_IS_RELUPD) { in ld_do_activerelocs()
H A Dmachrel.sparc.c650 (sdp->sd_isc->is_flags & FLG_IS_RELUPD) && in ld_perform_outreloc()
1145 if ((sdp->sd_isc->is_flags & FLG_IS_RELUPD) && in ld_do_activerelocs()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h941 #define FLG_IS_RELUPD 0x0008 /* symbol defined here may have moved */ macro