Home
last modified time | relevance | path

Searched refs:EF_PPC_RELOCATABLE_LIB (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Dpowerpc.h216 EF_PPC_RELOCATABLE_LIB = 0x00008000, // PowerPC -mrelocatable-lib flag. */ enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Dppc.h186 #define EF_PPC_RELOCATABLE_LIB 0x00008000 /* PowerPC -mrelocatable-lib flag. */ macro
DChangeLog-91031790 * ppc.h (EF_PPC_RELOCATABLE_LIB): Add new flag bit.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-ppc.texi46 Set EF_PPC_RELOCATABLE_LIB in ELF flags.
/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c4716 && (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()
4733 if (! (new_flags & EF_PPC_RELOCATABLE_LIB)) in ppc_elf_merge_private_bfd_data()
4734 elf_elfheader (obfd)->e_flags &= ~EF_PPC_RELOCATABLE_LIB; in ppc_elf_merge_private_bfd_data()
4738 if (! (elf_elfheader (obfd)->e_flags & EF_PPC_RELOCATABLE_LIB) 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()
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.c1124 ppc_flags |= EF_PPC_RELOCATABLE_LIB; in md_parse_option()
1182 ppc_flags |= EF_PPC_RELOCATABLE_LIB; in md_parse_option()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c2756 if (e_flags & EF_PPC_RELOCATABLE_LIB) in get_machine_flags()
/toolchain/binutils/binutils-2.25/gas/po/
Dfi.po11469 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
11482 "-K PIC aseta EF_PPC_RELOCATABLE_LIB kohteessa ELF-liput\n"
Dfr.po11461 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
11474 "-K PIC activer EF_PPC_RELOCATABLE_LIB dans les fanions ELF\n"
Des.po11461 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
11474 "-K PIC activa EF_PPC_RELOCATABLE_LIB en las opciones ELF\n"
Dja.po10911 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
Dgas.pot13211 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
Duk.po13119 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-9295896 sets EF_PPC_RELOCATABLE_LIB and not also EF_PPC_RELOCATABLE.