Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/include/elf/
Dppc.h155 #define EF_PPC_RELOCATABLE 0x00010000 /* PowerPC -mrelocatable flag. */ macro
/freebsd-9-stable/contrib/binutils/bfd/
Delf32-ppc.c3693 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()
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-ppc.c1004 ppc_flags |= EF_PPC_RELOCATABLE; in md_parse_option()
/freebsd-9-stable/contrib/binutils/binutils/
Dreadelf.c2102 if (e_flags & EF_PPC_RELOCATABLE) in get_machine_flags()
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-9295896 sets EF_PPC_RELOCATABLE_LIB and not also EF_PPC_RELOCATABLE.
3399 (md_begin): Set the EF_PPC_RELOCATABLE if -mrelocatable.