Searched refs:EF_PPC_RELOCATABLE (Results 1 – 5 of 5) sorted by relevance
155 #define EF_PPC_RELOCATABLE 0x00010000 /* PowerPC -mrelocatable flag. */ macro
3693 if ((new_flags & EF_PPC_RELOCATABLE) != 0 in ppc_elf_merge_private_bfd_data()3694 && (old_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0) in ppc_elf_merge_private_bfd_data()3701 else if ((new_flags & (EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB)) == 0 in ppc_elf_merge_private_bfd_data()3702 && (old_flags & EF_PPC_RELOCATABLE) != 0) in ppc_elf_merge_private_bfd_data()3717 && (new_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE)) in ppc_elf_merge_private_bfd_data()3718 && (old_flags & (EF_PPC_RELOCATABLE_LIB | EF_PPC_RELOCATABLE))) in ppc_elf_merge_private_bfd_data()3719 elf_elfheader (obfd)->e_flags |= EF_PPC_RELOCATABLE; in ppc_elf_merge_private_bfd_data()3725 new_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB); in ppc_elf_merge_private_bfd_data()3726 old_flags &= ~(EF_PPC_RELOCATABLE | EF_PPC_RELOCATABLE_LIB | EF_PPC_EMB); in ppc_elf_merge_private_bfd_data()
1004 ppc_flags |= EF_PPC_RELOCATABLE; in md_parse_option()
2102 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.