Home | History | Annotate | Download | only in bfd

Lines Matching refs:old_flags

762   flagword old_flags, old_partial;
770 old_flags = elf_elfheader (obfd)->e_flags;
773 (*_bfd_error_handler) ("old_flags = 0x%.8lx, new_flags = 0x%.8lx, init = %s, filename = %s",
774 old_flags, new_flags, elf_flags_init (obfd) ? "yes" : "no",
785 else if (new_flags == old_flags)
794 old_partial = (old_flags & EF_M32C_CPU_MASK);
825 old_flags &= ~ EF_M32C_ALL_FLAGS;
828 if (new_flags != old_flags)
833 bfd_get_filename (ibfd), (long)new_flags, (long)old_flags);