Searched refs:FLG_SG_IS_ORDER (Results 1 – 7 of 7) sorted by relevance
79 { FLG_SG_IS_ORDER, MSG_FLG_SG_IS_ORDER }, in conv_seg_flags()
34 @ MSG_FLG_SG_IS_ORDER "FLG_SG_IS_ORDER"
207 if (((enp->ec_segment->sg_flags & FLG_SG_IS_ORDER) == 0) || in ld_ent_check()
927 (sgp->sg_flags & FLG_SG_IS_ORDER)) { in ld_place_section()1141 (sgp->sg_flags & FLG_SG_IS_ORDER) != 0) == 0) in ld_place_section()
2702 if (sgp->sg_flags & FLG_SG_IS_ORDER) { in ld_map_post_process()2736 enp->ec_segment->sg_flags |= FLG_SG_IS_ORDER; in ld_map_post_process()
217 sgp->sg_flags |= FLG_SG_IS_ORDER; in map_equal_flags()
1068 #define FLG_SG_IS_ORDER 0x0080 /* input section ordering is required */ macro