Searched refs:swap_out (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elfcode.h | 860 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_write_relocs() local 902 swap_out = elf_swap_reloca_out; in elf_write_relocs() 907 swap_out = elf_swap_reloc_out; in elf_write_relocs() 963 (*swap_out) (abfd, &src_rela, dst_rela); in elf_write_relocs()
|
D | elflink.c | 2499 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in _bfd_elf_link_output_relocs() local 2509 swap_out = bed->s->swap_reloc_out; in _bfd_elf_link_output_relocs() 2515 swap_out = bed->s->swap_reloca_out; in _bfd_elf_link_output_relocs() 2533 (*swap_out) (output_bfd, irela, erel); in _bfd_elf_link_output_relocs() 8338 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_link_adjust_relocs() local 8347 swap_out = bed->s->swap_reloc_out; in elf_link_adjust_relocs() 8352 swap_out = bed->s->swap_reloca_out; in elf_link_adjust_relocs() 8386 (*swap_out) (abfd, irela, erela); in elf_link_adjust_relocs() 8573 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_link_sort_relocs() local 8722 swap_out = bed->s->swap_reloca_out; in elf_link_sort_relocs() [all …]
|