Home
last modified time | relevance | path

Searched refs:is_ppc64_elf (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c2811 #define is_ppc64_elf(bfd) \ macro
4505 if (!is_ppc64_elf (abfd)) in create_got_section()
5018 if (!is_ppc64_elf (info->output_bfd)) in ppc64_elf_before_check_relocs()
5095 && is_ppc64_elf (sec->owner)) in ppc64_elf_link_just_syms()
5223 BFD_ASSERT (is_ppc64_elf (abfd)); in ppc64_elf_check_relocs()
5861 if (!is_ppc64_elf (ibfd) || !is_ppc64_elf (obfd)) in ppc64_elf_merge_private_bfd_data()
5974 BFD_ASSERT (is_ppc64_elf (opd_bfd)); in opd_entry_value()
7619 if (!is_ppc64_elf (ibfd)) in ppc64_elf_edit_opd()
8665 if (!is_ppc64_elf (ibfd)) in ppc64_elf_edit_toc()
9304 return (is_ppc64_elf (i->owner) in ppc64_elf_has_small_toc_reloc()
[all …]
DChangeLog-20082897 (is_ppc64_elf): ..this new macro.