Searched refs:swap_out (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elfcode.h | 923 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_write_relocs() local 963 swap_out = elf_swap_reloca_out; in elf_write_relocs() 968 swap_out = elf_swap_reloc_out; in elf_write_relocs() 1024 (*swap_out) (abfd, &src_rela, dst_rela); in elf_write_relocs()
|
| HD | elflink.c | 2286 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in _bfd_elf_link_output_relocs() local 2315 swap_out = bed->s->swap_reloc_out; in _bfd_elf_link_output_relocs() 2317 swap_out = bed->s->swap_reloca_out; in _bfd_elf_link_output_relocs() 2328 (*swap_out) (output_bfd, irela, erel); in _bfd_elf_link_output_relocs() 7236 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_link_adjust_relocs() local 7243 swap_out = bed->s->swap_reloc_out; in elf_link_adjust_relocs() 7248 swap_out = bed->s->swap_reloca_out; in elf_link_adjust_relocs() 7282 (*swap_out) (abfd, irela, erela); in elf_link_adjust_relocs() 7359 void (*swap_out) (bfd *, const Elf_Internal_Rela *, bfd_byte *); in elf_link_sort_relocs() local 7502 swap_out = bed->s->swap_reloca_out; in elf_link_sort_relocs() [all …]
|