Lines Matching refs:out_flags
1189 flagword out_flags;
1217 out_flags = in_flags;
1221 out_flags = elf_elfheader (obfd)->e_flags;
1234 out_isa = (out_flags & variant_mask);
1236 out_flags ^= in_isa ^ out_isa;
1238 && (out_flags & EF_M68K_ARCH_MASK) == EF_M68K_FIDO)
1240 && (out_flags & EF_M68K_ARCH_MASK) == EF_M68K_CPU32))
1241 out_flags = EF_M68K_FIDO;
1243 out_flags |= in_flags ^ in_isa;
1245 elf_elfheader (obfd)->e_flags = out_flags;