Searched refs:FLG_SY_MVTOCOMM (Results 1 – 7 of 7) sorted by relevance
1066 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()
547 (_sdp->sd_flags & FLG_SY_MVTOCOMM)) && \
1277 ((sdp->sd_flags & FLG_SY_MVTOCOMM) == 0)))) { in ld_reloc_local()
1253 ((sdp->sd_flags & FLG_SY_MVTOCOMM) == 0)))) { in ld_reloc_local()
1641 ((sdp->sd_flags & FLG_SY_MVTOCOMM) == 0)))) { in ld_reloc_local()
1262 if (sdp->sd_flags & FLG_SY_MVTOCOMM) { in update_osym()1294 if (sdp->sd_flags & FLG_SY_MVTOCOMM) in update_osym()
1213 #define FLG_SY_MVTOCOMM 0x00000001 /* assign symbol to common (.bss) */ macro