Home | History | Annotate | Download | only in bfd

Lines Matching refs:iflags

5860   unsigned long iflags, oflags;
5871 iflags = elf_elfheader (ibfd)->e_flags;
5874 if (iflags & ~EF_PPC64_ABI)
5877 (_("%B uses unknown e_flags 0x%lx"), ibfd, iflags);
5881 else if (iflags != oflags && iflags != 0)
5885 ibfd, iflags, oflags);