Home | History | Annotate | Download | only in bfd

Lines Matching refs:EF_PPC_RELOCATABLE

4849       if ((new_flags & EF_PPC_RELOCATABLE) != 0
4850 && (old_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0)
4857 else if ((new_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0
4858 && (old_flags & EF_PPC_RELOCATABLE) != 0)
4873 && (new_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE))
4874 && (old_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE)))
4875 elf_elfheader (obfd)->e_flags |= EF_PPC_RELOCATABLE;
4881 new_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB);
4882 old_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB);