Home
last modified time | relevance | path

Searched refs:FLG_SG_DISABLED (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsegments.c84 { FLG_SG_DISABLED, MSG_FLG_SG_DISABLED }, in conv_seg_flags()
H A Dsegments.msg39 @ MSG_FLG_SG_DISABLED "FLG_SG_DISABLED"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dentry.c137 (FLG_SG_P_TYPE | FLG_SG_P_FLAGS | FLG_SG_DISABLED)),
166 (FLG_SG_P_TYPE | FLG_SG_P_FLAGS | FLG_SG_DISABLED)),
H A Doutfile.c482 if ((sgp->sg_flags & FLG_SG_DISABLED) == 0) in ld_create_outfile()
H A Dmap_core.c2663 if ((first_seg == NULL) && !(sgp->sg_flags & FLG_SG_DISABLED)) in ld_map_post_process()
2806 if ((sgp->sg_flags & FLG_SG_DISABLED) == in ld_map_post_process()
H A Dplace.c909 if (enp->ec_segment->sg_flags & FLG_SG_DISABLED) in ld_place_section()
H A Dmap_support.c579 sgp->sg_flags &= ~FLG_SG_DISABLED; in ld_map_seg_stack()
H A Dmap.c1277 sgp1->sg_flags &= ~FLG_SG_DISABLED; in ld_map_parse_v1()
H A Dmap_v2.c1952 sgp->sg_flags |= FLG_SG_DISABLED; in at_seg_disable()
2352 sgp->sg_flags &= ~FLG_SG_DISABLED; in dir_segment_inner()
H A Dupdate.c4066 ((sgp->sg_flags & FLG_SG_DISABLED) == 0)) in ld_update_outfile()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1100 #define FLG_SG_DISABLED 0x1000 /* this segment is disabled */ macro