ALL_SHF_ORDER
#define ALL_SHF_IGNORE (ALL_SHF_ORDER | SHF_GROUP | SHF_MERGE | SHF_STRINGS)
if (flags & ALL_SHF_ORDER) {
if (shdr->sh_flags & ALL_SHF_ORDER) {
if (ifl->ifl_isdesc[keyshndx]->is_shdr->sh_flags & ALL_SHF_ORDER)
osp->os_shdr->sh_flags &= ~(ALL_SHF_ORDER|SHF_GROUP);
(ofl->ofl_flags & FLG_OF_RELOBJ) ? ALL_SHF_ORDER : ALL_SHF_IGNORE;