Home
last modified time | relevance | path

Searched refs:ALL_SHF_ORDER (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections_machelf.c61 if (flags & ALL_SHF_ORDER) { in conv_sec_linkinfo()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c140 if (ifl->ifl_isdesc[keyshndx]->is_shdr->sh_flags & ALL_SHF_ORDER) in is_keyshndx_ok()
H A Doutfile.c332 osp->os_shdr->sh_flags &= ~(ALL_SHF_ORDER|SHF_GROUP); in create_outsec()
H A Dplace.c1146 (ofl->ofl_flags & FLG_OF_RELOBJ) ? ALL_SHF_ORDER : ALL_SHF_IGNORE; in ld_place_section()
H A Dfiles.c220 if (shdr->sh_flags & ALL_SHF_ORDER) { in process_section()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h63 #define ALL_SHF_ORDER (SHF_ORDERED | SHF_LINK_ORDER) macro
92 #define ALL_SHF_IGNORE (ALL_SHF_ORDER | SHF_GROUP | SHF_MERGE | SHF_STRINGS)