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

/freebsd-10.2-release/contrib/binutils/include/elf/
H A Dppc.h156 #define EF_PPC_RELOCATABLE_LIB 0x00008000 /* PowerPC -mrelocatable-lib flag. */ macro
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf32-ppc.c3701 && (old_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0)
3708 else if ((new_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0
3718 if (! (new_flags & EF_PPC_RELOCATABLE_LIB))
3719 elf_elfheader (obfd)->e_flags &= ~EF_PPC_RELOCATABLE_LIB;
3723 if (! (elf_elfheader (obfd)->e_flags & EF_PPC_RELOCATABLE_LIB)
3724 && (new_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE))
3725 && (old_flags & (EF_PPC_RELOCATABLE_LIB | 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.2-release/contrib/binutils/gas/config/
H A Dtc-ppc.c970 ppc_flags |= EF_PPC_RELOCATABLE_LIB;
1016 ppc_flags |= EF_PPC_RELOCATABLE_LIB;
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dreadelf.c2108 if (e_flags & EF_PPC_RELOCATABLE_LIB)

Completed in 190 milliseconds