Searched refs:EF_PPC_RELOCATABLE_LIB (Results 1 – 14 of 14) sorted by relevance
216 EF_PPC_RELOCATABLE_LIB = 0x00008000, // PowerPC -mrelocatable-lib flag. */ enumerator
186 #define EF_PPC_RELOCATABLE_LIB 0x00008000 /* PowerPC -mrelocatable-lib flag. */ macro
1790 * ppc.h (EF_PPC_RELOCATABLE_LIB): Add new flag bit.
46 Set EF_PPC_RELOCATABLE_LIB in ELF flags.
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()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()
1124 ppc_flags |= EF_PPC_RELOCATABLE_LIB; in md_parse_option()1182 ppc_flags |= EF_PPC_RELOCATABLE_LIB; in md_parse_option()
2756 if (e_flags & EF_PPC_RELOCATABLE_LIB) in get_machine_flags()
11469 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"11482 "-K PIC aseta EF_PPC_RELOCATABLE_LIB kohteessa ELF-liput\n"
11461 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"11474 "-K PIC activer EF_PPC_RELOCATABLE_LIB dans les fanions ELF\n"
11461 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"11474 "-K PIC activa EF_PPC_RELOCATABLE_LIB en las opciones ELF\n"
10911 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
13211 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
13119 "-K PIC set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
896 sets EF_PPC_RELOCATABLE_LIB and not also EF_PPC_RELOCATABLE.