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

/freebsd-10.2-release/contrib/binutils/include/elf/
H A Dppc.h153 #define EF_PPC_EMB 0x80000000 /* PowerPC embedded flag. */ macro
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf32-ppc.c3730 elf_elfheader (obfd)->e_flags |= (new_flags & EF_PPC_EMB);
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.c1021 ppc_flags |= EF_PPC_EMB;
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dreadelf.c2102 if (e_flags & EF_PPC_EMB)

Completed in 115 milliseconds