Home
last modified time | relevance | path

Searched refs:FLG_SY_MVTOCOMM (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Drelocate.c1066 if (sdp->sd_flags & FLG_SY_MVTOCOMM) in reloc_exec()
1148 if (!(RELAUX_GET_USYM(rsp)->sd_flags & FLG_SY_MVTOCOMM)) { in reloc_exec()
1172 (FLG_SY_MVTOCOMM | FLG_SY_DEFAULT | FLG_SY_EXPDEF); in reloc_exec()
1176 _sdp->sd_flags |= (FLG_SY_MVTOCOMM | in reloc_exec()
1518 (!(sdp->sd_flags & FLG_SY_MVTOCOMM))) { in ld_process_sym_reloc()
H A D_libld.h547 (_sdp->sd_flags & FLG_SY_MVTOCOMM)) && \
H A Dmachrel.amd.c1277 ((sdp->sd_flags & FLG_SY_MVTOCOMM) == 0)))) { in ld_reloc_local()
H A Dmachrel.intel.c1253 ((sdp->sd_flags & FLG_SY_MVTOCOMM) == 0)))) { in ld_reloc_local()
H A Dmachrel.sparc.c1641 ((sdp->sd_flags & FLG_SY_MVTOCOMM) == 0)))) { in ld_reloc_local()
H A Dupdate.c1262 if (sdp->sd_flags & FLG_SY_MVTOCOMM) { in update_osym()
1294 if (sdp->sd_flags & FLG_SY_MVTOCOMM) in update_osym()
/titanic_41/usr/src/cmd/sgs/include/
H A Dlibld.h1213 #define FLG_SY_MVTOCOMM 0x00000001 /* assign symbol to common (.bss) */ macro