Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsegments.c79 { FLG_SG_IS_ORDER, MSG_FLG_SG_IS_ORDER }, in conv_seg_flags()
H A Dsegments.msg34 @ MSG_FLG_SG_IS_ORDER "FLG_SG_IS_ORDER"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldentry.c211 if (((enp->ec_segment->sg_flags & FLG_SG_IS_ORDER) == 0) || in ld_ent_check()
H A Dplace.c1005 (sgp->sg_flags & FLG_SG_IS_ORDER)) { in ld_place_section()
1262 (sgp->sg_flags & FLG_SG_IS_ORDER) != 0) == 0) in ld_place_section()
H A Dmap_core.c2729 if (sgp->sg_flags & FLG_SG_IS_ORDER) { in ld_map_post_process()
2763 enp->ec_segment->sg_flags |= FLG_SG_IS_ORDER; in ld_map_post_process()
H A Dmap.c217 sgp->sg_flags |= FLG_SG_IS_ORDER; in map_equal_flags()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1090 #define FLG_SG_IS_ORDER 0x0080 /* input section ordering is required */ macro