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

/opensolaris-onvv-gate/usr/src/cmd/sgs/libconv/common/
H A Dsections_machelf.c61 if (flags & ALL_SHF_ORDER) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c136 * ALL_SHF_ORDER as the two ordering flags are not supposed to be
137 * mixed. Using ALL_SHF_ORDER costs the same and ensures that such
140 if (ifl->ifl_isdesc[keyshndx]->is_shdr->sh_flags & ALL_SHF_ORDER)
H A Doutfile.c330 osp->os_shdr->sh_flags &= ~(ALL_SHF_ORDER|SHF_GROUP);
H A Dplace.c958 (ofl->ofl_flags & FLG_OF_RELOBJ) ? ALL_SHF_ORDER : ALL_SHF_IGNORE;
H A Dfiles.c202 if (shdr->sh_flags & ALL_SHF_ORDER) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h62 #define ALL_SHF_ORDER (SHF_ORDERED | SHF_LINK_ORDER) macro
91 #define ALL_SHF_IGNORE (ALL_SHF_ORDER | SHF_GROUP | SHF_MERGE | SHF_STRINGS)

Completed in 120 milliseconds