Searched refs:EF_PPC_EMB (Results 1 – 7 of 7) sorted by relevance
155 #define EF_PPC_EMB 0x80000000 /* PowerPC embedded flag. */ macro
347 #define EF_PPC_EMB 0x80000000 macro
3804 elf_elfheader (obfd)->e_flags |= (new_flags & EF_PPC_EMB); in ppc_elf_merge_private_bfd_data()3806 new_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB); in ppc_elf_merge_private_bfd_data()3807 old_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB); in ppc_elf_merge_private_bfd_data()
417 _ELF_DEFINE_EF(EF_PPC_EMB, 0x80000000UL, \
1015 ppc_flags |= EF_PPC_EMB; in md_parse_option()
398 {EF_PPC_EMB, "emb"},
2099 if (e_flags & EF_PPC_EMB) in get_machine_flags()