Searched refs:FLG_IS_ORDERED (Results 1 – 5 of 5) sorted by relevance
203 error = ((isp2->is_flags & FLG_IS_ORDERED) == 0) ? in validate_shf_ordered_dest()273 isp->is_flags &= ~FLG_IS_ORDERED; in place_unordered()
119 if ((isp->is_flags & FLG_IS_ORDERED) == 0) { in os_attach_isp()193 ((isp->is_flags & (FLG_IS_ORDERED | FLG_IS_GNSTRMRG)) != 0)) in os_attach_isp()
221 isp->is_flags |= FLG_IS_ORDERED; in process_section()2888 if ((isp->is_flags & FLG_IS_ORDERED) == 0) { in process_elf()2915 (FLG_IS_PLACE | FLG_IS_ORDERED)) != in process_elf()2916 (FLG_IS_PLACE | FLG_IS_ORDERED))) in process_elf()
376 if ((isp1->is_flags & FLG_IS_ORDERED) == 0) in Dbg_sec_order_list()
938 #define FLG_IS_ORDERED 0x0001 /* this is a SHF_ORDERED section */ macro