Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h856 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_write_relocs() local
898 swap_out = elf_swap_reloca_out; in elf_write_relocs()
903 swap_out = elf_swap_reloc_out; in elf_write_relocs()
959 (*swap_out) (abfd, &src_rela, dst_rela); in elf_write_relocs()
Delflink.c2315 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in _bfd_elf_link_output_relocs() local
2325 swap_out = bed->s->swap_reloc_out; in _bfd_elf_link_output_relocs()
2331 swap_out = bed->s->swap_reloca_out; in _bfd_elf_link_output_relocs()
2349 (*swap_out) (output_bfd, irela, erel); in _bfd_elf_link_output_relocs()
7971 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_link_adjust_relocs() local
7980 swap_out = bed->s->swap_reloc_out; in elf_link_adjust_relocs()
7985 swap_out = bed->s->swap_reloca_out; in elf_link_adjust_relocs()
8019 (*swap_out) (abfd, irela, erela); in elf_link_adjust_relocs()
8093 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_link_sort_relocs() local
8236 swap_out = bed->s->swap_reloca_out; in elf_link_sort_relocs()
[all …]