Home
last modified time | relevance | path

Searched refs:FLG_IS_ORDERED (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dorder.c203 error = ((isp2->is_flags & FLG_IS_ORDERED) == 0) ? in validate_shf_ordered_dest()
273 isp->is_flags &= ~FLG_IS_ORDERED; in place_unordered()
H A Dplace.c118 if ((isp->is_flags & FLG_IS_ORDERED) == 0) { in os_attach_isp()
192 ((isp->is_flags & (FLG_IS_ORDERED | FLG_IS_GNSTRMRG)) != 0)) in os_attach_isp()
H A Dfiles.c204 isp->is_flags |= FLG_IS_ORDERED; in process_section()
2846 if ((isp->is_flags & FLG_IS_ORDERED) == 0) { in process_elf()
2873 (FLG_IS_PLACE | FLG_IS_ORDERED)) != in process_elf()
2874 (FLG_IS_PLACE | FLG_IS_ORDERED))) in process_elf()
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c376 if ((isp1->is_flags & FLG_IS_ORDERED) == 0) in Dbg_sec_order_list()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h929 #define FLG_IS_ORDERED 0x0001 /* this is a SHF_ORDERED section */ macro