Searched refs:ALL_SHF_ORDER (Results 1 – 6 of 6) sorted by relevance
61 if (flags & ALL_SHF_ORDER) { in conv_sec_linkinfo()
140 if (ifl->ifl_isdesc[keyshndx]->is_shdr->sh_flags & ALL_SHF_ORDER) in is_keyshndx_ok()
332 osp->os_shdr->sh_flags &= ~(ALL_SHF_ORDER|SHF_GROUP); in create_outsec()
1146 (ofl->ofl_flags & FLG_OF_RELOBJ) ? ALL_SHF_ORDER : ALL_SHF_IGNORE; in ld_place_section()
220 if (shdr->sh_flags & ALL_SHF_ORDER) { in process_section()
63 #define ALL_SHF_ORDER (SHF_ORDERED | SHF_LINK_ORDER) macro92 #define ALL_SHF_IGNORE (ALL_SHF_ORDER | SHF_GROUP | SHF_MERGE | SHF_STRINGS)