Lines Matching refs:ebd
13910 const struct elf_backend_data * const ebd = get_elf_backend_data (abfd); in _bfd_elf_slurp_secondary_reloc_section() local
13935 && (hdr->sh_entsize == ebd->s->sizeof_rel in _bfd_elf_slurp_secondary_reloc_section()
13936 || hdr->sh_entsize == ebd->s->sizeof_rela)) in _bfd_elf_slurp_secondary_reloc_section()
13948 if (ebd->elf_info_to_howto == NULL) in _bfd_elf_slurp_secondary_reloc_section()
14013 if (entsize == ebd->s->sizeof_rel) in _bfd_elf_slurp_secondary_reloc_section()
14014 ebd->s->swap_reloc_in (abfd, native_reloc, & rela); in _bfd_elf_slurp_secondary_reloc_section()
14016 ebd->s->swap_reloca_in (abfd, native_reloc, & rela); in _bfd_elf_slurp_secondary_reloc_section()
14057 res = ebd->elf_info_to_howto (abfd, internal_reloc, & rela); in _bfd_elf_slurp_secondary_reloc_section()
14173 const struct elf_backend_data * const ebd = get_elf_backend_data (abfd); in _bfd_elf_write_secondary_reloc_section() local
14237 else if (entsize != ebd->s->sizeof_rel in _bfd_elf_write_secondary_reloc_section()
14238 && entsize != ebd->s->sizeof_rela) in _bfd_elf_write_secondary_reloc_section()
14367 if (entsize == ebd->s->sizeof_rel) in _bfd_elf_write_secondary_reloc_section()
14368 ebd->s->swap_reloc_out (abfd, &src_rela, dst_rela); in _bfd_elf_write_secondary_reloc_section()
14370 ebd->s->swap_reloca_out (abfd, &src_rela, dst_rela); in _bfd_elf_write_secondary_reloc_section()