Searched refs:EF_PPC_RELOCATABLE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/elf/
H A Dppc.h155 #define EF_PPC_RELOCATABLE 0x00010000 /* PowerPC -mrelocatable flag. */ macro
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c3700 if ((new_flags & EF_PPC_RELOCATABLE) != 0
3701 && (old_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0)
3708 else if ((new_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0
3709 && (old_flags & EF_PPC_RELOCATABLE) != 0)
3724 && (new_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE))
3725 && (old_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE)))
3726 elf_elfheader (obfd)->e_flags |= EF_PPC_RELOCATABLE;
3732 new_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB);
3733 old_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-ppc.c1010 ppc_flags |= EF_PPC_RELOCATABLE;
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dreadelf.c2105 if (e_flags & EF_PPC_RELOCATABLE)

Completed in 104 milliseconds