Home
last modified time | relevance | path

Searched refs:EF_PPC_RELOCATABLE (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Dpowerpc.h215 EF_PPC_RELOCATABLE = 0x00010000, // PowerPC -mrelocatable flag. */ enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Dppc.h185 #define EF_PPC_RELOCATABLE 0x00010000 /* PowerPC -mrelocatable flag. */ macro
/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c4715 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()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.c1176 ppc_flags |= EF_PPC_RELOCATABLE; in md_parse_option()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c2753 if (e_flags & EF_PPC_RELOCATABLE) in get_machine_flags()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-9295896 sets EF_PPC_RELOCATABLE_LIB and not also EF_PPC_RELOCATABLE.
3399 (md_begin): Set the EF_PPC_RELOCATABLE if -mrelocatable.