Searched refs:EF_PPC_RELOCATABLE (Results 1 – 6 of 6) sorted by relevance
215 EF_PPC_RELOCATABLE = 0x00010000, // PowerPC -mrelocatable flag. */ enumerator
185 #define EF_PPC_RELOCATABLE 0x00010000 /* PowerPC -mrelocatable flag. */ macro
4715 if ((new_flags & EF_PPC_RELOCATABLE) != 0 in ppc_elf_merge_private_bfd_data()4716 && (old_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0) in ppc_elf_merge_private_bfd_data()4723 else if ((new_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0 in ppc_elf_merge_private_bfd_data()4724 && (old_flags & EF_PPC_RELOCATABLE) != 0) in ppc_elf_merge_private_bfd_data()4739 && (new_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE)) in ppc_elf_merge_private_bfd_data()4740 && (old_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE))) in ppc_elf_merge_private_bfd_data()4741 elf_elfheader (obfd)->e_flags |= EF_PPC_RELOCATABLE; in ppc_elf_merge_private_bfd_data()4747 new_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB); in ppc_elf_merge_private_bfd_data()4748 old_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB); in ppc_elf_merge_private_bfd_data()
1176 ppc_flags |= EF_PPC_RELOCATABLE; in md_parse_option()
2753 if (e_flags & EF_PPC_RELOCATABLE) in get_machine_flags()
896 sets EF_PPC_RELOCATABLE_LIB and not also EF_PPC_RELOCATABLE.3399 (md_begin): Set the EF_PPC_RELOCATABLE if -mrelocatable.