Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-ppc.c2877 #define is_ppc64_elf(bfd) \ macro
4608 if (!is_ppc64_elf (abfd)) in create_got_section()
5128 if (!is_ppc64_elf (info->output_bfd)) in ppc64_elf_before_check_relocs()
5205 && is_ppc64_elf (sec->owner)) in ppc64_elf_link_just_syms()
5333 BFD_ASSERT (is_ppc64_elf (abfd)); in ppc64_elf_check_relocs()
5976 if (!is_ppc64_elf (ibfd) || !is_ppc64_elf (obfd)) in ppc64_elf_merge_private_bfd_data()
6095 BFD_ASSERT (is_ppc64_elf (opd_bfd)); in opd_entry_value()
7803 if (!is_ppc64_elf (ibfd)) in ppc64_elf_edit_opd()
8867 if (!is_ppc64_elf (ibfd)) in ppc64_elf_edit_toc()
9507 return (is_ppc64_elf (i->owner) in ppc64_elf_has_small_toc_reloc()
[all …]
DChangeLog-20082897 (is_ppc64_elf): ..this new macro.